[gnome-shell] Fix a couple of symbolic icons
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix a couple of symbolic icons
- Date: Thu, 30 Aug 2012 12:55:49 +0000 (UTC)
commit 2beff9896a1cfd2e61d345f58c8f810dd9e75b50
Author: Florian MÃllner <fmuellner gnome org>
Date: Thu Aug 30 13:23:00 2012 +0200
Fix a couple of symbolic icons
Some fallout from commit c21b1e5fe00a ...
js/ui/messageTray.js | 2 +-
js/ui/userMenu.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index 9d15597..52bb0e1 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -2021,7 +2021,7 @@ const MessageTray = new Lang.Class({
// Don't move the windows up if we are in the overview,
// but show the tray in the ctrl+alt+tab list.
if (this._overviewVisible) {
- Main.ctrlAltTabManager.addGroup(this._summary, _("Message Tray"), 'start-here',
+ Main.ctrlAltTabManager.addGroup(this._summary, _("Message Tray"), 'start-here-symbolic',
{ sortGroup: CtrlAltTab.SortGroup.BOTTOM });
return;
}
diff --git a/js/ui/userMenu.js b/js/ui/userMenu.js
index 3d8c7f2..8fec394 100644
--- a/js/ui/userMenu.js
+++ b/js/ui/userMenu.js
@@ -66,7 +66,7 @@ const UserAvatarWidget = new Lang.Class({
this.actor.style = 'background-image: url("%s");'.format(iconFile);
} else {
this.actor.style = null;
- this.actor.child = new St.Icon({ icon_name: 'avatar-default',
+ this.actor.child = new St.Icon({ icon_name: 'avatar-default-symbolic',
icon_size: DIALOG_ICON_SIZE });
}
}
@@ -491,7 +491,7 @@ const UserMenuButton = new Lang.Class({
style_class: 'popup-menu-icon' });
this._idleIcon = new St.Icon({ icon_name: 'user-idle-symbolic',
style_class: 'popup-menu-icon' });
- this._pendingIcon = new St.Icon({ icon_name: 'user-status-pending',
+ this._pendingIcon = new St.Icon({ icon_name: 'user-status-pending-symbolic',
style_class: 'popup-menu-icon' });
this._accountMgr.connect('most-available-presence-changed',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]