diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-04 08:56:36 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-04 08:56:36 +0100 |
commit | 33ca80da0e3dffe7af9cadbd911bb3a3ebf9c221 (patch) | |
tree | af327ebb4863c7dedd7dfd652c47e61ffa68ab19 /src/gui/themeList.vala | |
parent | 7390c07caf75c9b3d04748bf46477fa572ae267c (diff) | |
parent | f8726defb71d6b1777a38887524adc99638f0d09 (diff) |
Merge tag 'upstream/0.6.8'
Upstream version 0.6.8
Diffstat (limited to 'src/gui/themeList.vala')
-rw-r--r-- | src/gui/themeList.vala | 1 |
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); } } } |