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:
Bastien Nocera 2010-11-19 20:33:43 +00:00
parent b7c1400eb3
commit f67ad23033

View File

@ -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() {