[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Fix sensitive state of mirror-toggle (oops)

Nick Schermer noreply at xfce.org
Mon Dec 9 12:57:28 CET 2013


Updating branch refs/heads/bluesabre/display-settings
         to a2a700d8b8a34a9f2d88ba8d5266bf2590373f11 (commit)
       from 684d64eb8593b2ef01e001d8201743c0a61b6313 (commit)

commit a2a700d8b8a34a9f2d88ba8d5266bf2590373f11
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Oct 19 00:20:40 2012 +0200

    Fix sensitive state of mirror-toggle (oops)

 dialogs/display-settings/main.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 1b12110..3db4f88 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -1220,7 +1220,6 @@ display_setting_mirror_displays_populate (GtkBuilder *builder)
         gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), FALSE);
         return;
     }
-    gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), TRUE);
 
     /* Disconnect the "toggled" signal to avoid writing the config again */
     g_object_disconnect (check, "any_signal::toggled",


More information about the Xfce4-commits mailing list