[Xfce4-commits] <xfce4-settings:xrandr-display-settings> Ensure there is one selected output in the UI

Jérôme Guelfucci noreply at xfce.org
Thu Jun 24 19:44:03 CEST 2010


Updating branch refs/heads/xrandr-display-settings
         to 483c96cce7fdda35c6f35b8511b5087a74ffa0a0 (commit)
       from 4acee889e93ee919a87611c3ee46a4d4260d5fba (commit)

commit 483c96cce7fdda35c6f35b8511b5087a74ffa0a0
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