From 0cb415b3bd33ae854d38a3ecbd91e41410600100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 20 Oct 2011 22:54:41 +0200 Subject: [PATCH] user-menu: Add missing semi-colons --- js/ui/userMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/userMenu.js b/js/ui/userMenu.js index b232ac47e..0e370b634 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();