[gnome-shell/gnome-3-6] runDialog: Use a symbolic icon
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-6] runDialog: Use a symbolic icon
- Date: Wed, 17 Oct 2012 17:06:21 +0000 (UTC)
commit 4a4e5f3893b1950050a5860bb7f6790e7d6ff16b
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]