mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
user-menu: Add missing semi-colons
This commit is contained in:
parent
c1fa9a82e6
commit
0cb415b3bd
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ IMStatusChooserItem.prototype = {
|
|||
this._imPresenceRestored = false;
|
||||
this._currentPresence = undefined;
|
||||
|
||||
this._accountMgr = Tp.AccountManager.dup()
|
||||
this._accountMgr = Tp.AccountManager.dup();
|
||||
this._accountMgr.connect('most-available-presence-changed',
|
||||
Lang.bind(this, this._IMStatusChanged));
|
||||
this._accountMgr.prepare_async(null, Lang.bind(this,
|
||||
|
|
@ -430,7 +430,7 @@ UserMenuButton.prototype = {
|
|||
this._session = new GnomeSession.SessionManager();
|
||||
this._haveShutdown = true;
|
||||
|
||||
this._accountMgr = Tp.AccountManager.dup()
|
||||
this._accountMgr = Tp.AccountManager.dup();
|
||||
|
||||
this._upClient = new UPowerGlib.Client();
|
||||
this._screenSaverProxy = new ScreenSaver.ScreenSaverProxy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue