[gnome-shell] user-menu: Add missing semi-colons
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] user-menu: Add missing semi-colons
- Date: Thu, 20 Oct 2011 20:55:24 +0000 (UTC)
commit 0cb415b3bd33ae854d38a3ecbd91e41410600100
Author: Florian MÃllner <fmuellner gnome org>
Date: Thu Oct 20 22:54:41 2011 +0200
user-menu: Add missing semi-colons
js/ui/userMenu.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/userMenu.js b/js/ui/userMenu.js
index b232ac4..0e370b6 100644
--- a/js/ui/userMenu.js
+++ b/js/ui/userMenu.js
@@ -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();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]