[Xfce4-commits] <xfce4-settings:master> Ensure there is one selected output in the UI
Nick Schermer
noreply at xfce.org
Sat Aug 28 23:04:38 CEST 2010
Updating branch refs/heads/master
to fe5c127453de1aff831f7409f2c6eca9c8272763 (commit)
from 7fbf3a6a25167b87af665eb5afd8dcec6abcb504 (commit)
commit fe5c127453de1aff831f7409f2c6eca9c8272763
Author: Lionel Le Folgoc <mrpouit at gmail.com>
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 */
More information about the Xfce4-commits
mailing list