statusMenu: Fix launching gnome-control-center with an option
This isn't how you launch an app with an option...
This commit is contained in:
parent
b7c1400eb3
commit
f67ad23033
@ -153,7 +153,7 @@ StatusMenuButton.prototype = {
|
|||||||
|
|
||||||
_onMyAccountActivate: function() {
|
_onMyAccountActivate: function() {
|
||||||
Main.overview.hide();
|
Main.overview.hide();
|
||||||
this._spawn(['gnome-control-center user-accounts']);
|
this._spawn(['gnome-control-center', 'user-accounts']);
|
||||||
},
|
},
|
||||||
|
|
||||||
_onPreferencesActivate: function() {
|
_onPreferencesActivate: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user