userMenu: Use single quotes for non translateable strings
Coding style cleanup ...
This commit is contained in:
parent
1a5d2ac459
commit
43a355e07a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user