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() {
Main.overview.hide();
this._spawn(['gnome-control-center user-accounts']);
this._spawn(['gnome-control-center', 'user-accounts']);
},
_onPreferencesActivate: function() {