parent
43af6f4792
commit
2beff9896a
@ -2021,7 +2021,7 @@ const MessageTray = new Lang.Class({
|
|||||||
// Don't move the windows up if we are in the overview,
|
// Don't move the windows up if we are in the overview,
|
||||||
// but show the tray in the ctrl+alt+tab list.
|
// but show the tray in the ctrl+alt+tab list.
|
||||||
if (this._overviewVisible) {
|
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 });
|
{ sortGroup: CtrlAltTab.SortGroup.BOTTOM });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,7 @@ const UserAvatarWidget = new Lang.Class({
|
|||||||
this.actor.style = 'background-image: url("%s");'.format(iconFile);
|
this.actor.style = 'background-image: url("%s");'.format(iconFile);
|
||||||
} else {
|
} else {
|
||||||
this.actor.style = null;
|
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 });
|
icon_size: DIALOG_ICON_SIZE });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -491,7 +491,7 @@ const UserMenuButton = new Lang.Class({
|
|||||||
style_class: 'popup-menu-icon' });
|
style_class: 'popup-menu-icon' });
|
||||||
this._idleIcon = new St.Icon({ icon_name: 'user-idle-symbolic',
|
this._idleIcon = new St.Icon({ icon_name: 'user-idle-symbolic',
|
||||||
style_class: 'popup-menu-icon' });
|
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' });
|
style_class: 'popup-menu-icon' });
|
||||||
|
|
||||||
this._accountMgr.connect('most-available-presence-changed',
|
this._accountMgr.connect('most-available-presence-changed',
|
||||||
|
Loading…
Reference in New Issue
Block a user