From f8726defb71d6b1777a38887524adc99638f0d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Nov 2015 08:56:33 +0100 Subject: Imported Upstream version 0.6.8 --- src/gui/themeList.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/themeList.vala') 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 { + ""); 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); } } } -- cgit v1.2.3