[Xfce4-commits] <xfce4-settings:master> Center the list on the active mouse theme.
Jérôme Guelfucci
noreply at xfce.org
Mon Sep 20 19:54:02 CEST 2010
Updating branch refs/heads/master
to e20bb5811f2cc42165945cb29f98ffd87bd52ea4 (commit)
from 83d8d61ba4782dfa44c820376000f08e7285b6c3 (commit)
commit e20bb5811f2cc42165945cb29f98ffd87bd52ea4
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Mon Sep 20 19:52:51 2010 +0200
Center the list on the active mouse theme.
dialogs/mouse-settings/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dialogs/mouse-settings/main.c b/dialogs/mouse-settings/main.c
index a758240..9e9dd2a 100644
--- a/dialogs/mouse-settings/main.c
+++ b/dialogs/mouse-settings/main.c
@@ -551,7 +551,7 @@ mouse_settings_themes_populate_store (GtkBuilder *builder)
/* select the active theme in the treeview */
gtk_tree_view_set_cursor (GTK_TREE_VIEW (treeview), active_path, NULL, FALSE);
- gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (treeview), active_path, NULL, FALSE, 0.5, 0.0);
+ gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (treeview), active_path, NULL, TRUE, 0.5, 0.0);
gtk_tree_path_free (active_path);
/* sort the store */
More information about the Xfce4-commits
mailing list