aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-power.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-power.c')
-rw-r--r--src/indicator-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c
index 96222ac..a8e2d65 100644
--- a/src/indicator-power.c
+++ b/src/indicator-power.c
@@ -357,7 +357,7 @@ static void
show_preferences_cb (GtkMenuItem *item,
gpointer data)
{
- const gchar *command = "gnome-power-preferences";
+ const gchar *command = "gnome-control-center power";
if (g_spawn_command_line_async (command, NULL) == FALSE)
g_warning ("Couldn't execute command: %s", command);