summaryrefslogtreecommitdiff
path: root/src/gui/themeList.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-04 08:56:33 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-04 08:56:33 +0100
commitf8726defb71d6b1777a38887524adc99638f0d09 (patch)
tree7b897bfbe25813667659946de6ac122f344960ad /src/gui/themeList.vala
parent7556967bf57453d412a8f18633599f38806f8620 (diff)
Imported Upstream version 0.6.8upstream/0.6.8
Diffstat (limited to 'src/gui/themeList.vala')
-rw-r--r--src/gui/themeList.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/themeList.vala b/src/gui/themeList.vala
index e6ecb3c..786c305 100644
--- a/src/gui/themeList.vala
+++ b/src/gui/themeList.vala
@@ -109,6 +109,7 @@ class ThemeList : Gtk.TreeView {
+ "</i></span>");
if(theme == Config.global.theme) {
get_selection().select_iter(current);
+ this.scroll_to_cell(get_selection().get_selected_rows(null).nth_data(0), null, true, 0.5f, 0.5f);
}
}
}