[gnome-shell] runDialog: Use a symbolic icon
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell] runDialog: Use a symbolic icon
- Date: Wed, 17 Oct 2012 16:24:36 +0000 (UTC)
commit 45e64f453f97dab985b91f4bfcf7a634f752f64d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 16 12:52:01 2012 -0400
    runDialog: Use a symbolic icon
    
    Another fallout from the St.IconType changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686233
 js/ui/runDialog.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js
index 5bfd4ed..b28b665 100644
--- a/js/ui/runDialog.js
+++ b/js/ui/runDialog.js
@@ -219,7 +219,9 @@ const RunDialog = new Lang.Class({
 
         this.contentLayout.add(this._errorBox, { expand: true });
 
-        let errorIcon = new St.Icon({ icon_name: 'dialog-error', icon_size: 24, style_class: 'run-dialog-error-icon' });
+        let errorIcon = new St.Icon({ icon_name: 'dialog-error-symbolic',
+                                      icon_size: 24,
+                                      style_class: 'run-dialog-error-icon' });
 
         this._errorBox.add(errorIcon, { y_align: St.Align.MIDDLE });
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]