[gnome-settings-daemon] xrandr: Add icon to the "Keep settings" dialogue



commit 6cd5f46fcb6d0580e541f8d462a1a61e5f0150a3
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 14 16:47:59 2010 +0100

    xrandr: Add icon to the "Keep settings" dialogue
    
    https://bugzilla.gnome.org/show_bug.cgi?id=579021

 plugins/xrandr/gsd-xrandr-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 513c98f..97af590 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -478,6 +478,7 @@ user_says_things_are_ok (GsdXrandrManager *manager, GdkWindow *parent_window)
 
         print_countdown_text (&timeout);
 
+        gtk_window_set_icon_name (GTK_WINDOW (timeout.dialog), "preferences-desktop-display");
         gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("_Restore Previous Configuration"), GTK_RESPONSE_CANCEL);
         gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("_Keep This Configuration"), GTK_RESPONSE_ACCEPT);
         gtk_dialog_set_default_response (GTK_DIALOG (timeout.dialog), GTK_RESPONSE_ACCEPT); /* ah, the optimism */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]