[gnome-shell] Use the correct icon in the restart dialog



commit 348208617b4b8db9a506e67ba3ca244ccaf3708c
Author: Allan Day <allanpday gmail com>
Date:   Thu Nov 1 16:18:32 2012 +0000

    Use the correct icon in the restart dialog
    
    It currently uses system-shutdown-symbolic. view-refresh-symbolic
    is a better fit in this case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670687

 js/ui/endSessionDialog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js
index 887d5ca..57a7dcd 100644
--- a/js/ui/endSessionDialog.js
+++ b/js/ui/endSessionDialog.js
@@ -105,7 +105,7 @@ const restartDialogContent = {
     endDescription: _("Restarting the system."),
     confirmButtons: [{ signal: 'ConfirmedReboot',
                        label:  C_("button", "Restart") }],
-    iconName: 'system-shutdown-symbolic',
+    iconName: 'view-refresh-symbolic',
     iconStyleClass: 'end-session-dialog-shutdown-icon'
 };
 



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