Updating branch refs/heads/master
to fe5c127453de1aff831f7409f2c6eca9c8272763 (commit)
from 7fbf3a6a25167b87af665eb5afd8dcec6abcb504 (commit)
commit fe5c127453de1aff831f7409f2c6eca9c8272763
Author: Lionel Le Folgoc <[email protected]>
Date: Thu Jun 24 18:58:39 2010 +0200
Ensure there is one selected output in the UI
dialogs/display-settings/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 7babf7c..7214ee0 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -772,7 +772,7 @@ display_settings_dialog_new (GtkBuilder *builder)
/* treeview selection */
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (treeview));
- gtk_tree_selection_set_mode (selection, GTK_SELECTION_SINGLE);
+ gtk_tree_selection_set_mode (selection, GTK_SELECTION_BROWSE);
g_signal_connect (G_OBJECT (selection), "changed", G_CALLBACK
(display_settings_treeview_selection_changed), builder);
/* setup the combo boxes */
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits