userMenu: Use single quotes for non translateable strings

Coding style cleanup ...
This commit is contained in:
Adel Gadllah 2013-02-19 08:44:01 +01:00
parent 1a5d2ac459
commit 43a355e07a

View File

@ -958,7 +958,7 @@ const UserMenuButton = new Lang.Class({
'org.freedesktop.login1',
sessionPath);
if (proxy.Class != "user")
if (proxy.Class != 'user')
continue;
if (proxy.Id == GLib.getenv('XDG_SESSION_ID'))
@ -966,8 +966,8 @@ const UserMenuButton = new Lang.Class({
sessions.push({ user: this._userManager.get_user(userName),
username: userName,
info: { "type": proxy.Type,
"remote": proxy.Remote}
info: { type: proxy.Type,
remote: proxy.Remote }
});
// limit the number of entries