From 0f3b20e3e3f8228e35a5c148fe8ca75929f97f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 30 Jun 2011 13:10:00 +0100 Subject: gnome-power-preferences has been moved to gnome-control-center So call 'gnome-control-center power' instead --- src/indicator-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-power.c') 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); -- cgit v1.2.3