[nautilus] desktop-icon-view: call the gnome-c-c executable to change background



commit e4750d78c6be4f935625a3511dbb9c3bc532aa0d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Dec 14 02:12:10 2010 +0100

    desktop-icon-view: call the gnome-c-c executable to change background
    
    gnome-appearance-properties does not exist anymore.

 src/file-manager/fm-desktop-icon-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/file-manager/fm-desktop-icon-view.c b/src/file-manager/fm-desktop-icon-view.c
index b6c1248..060ffa3 100644
--- a/src/file-manager/fm-desktop-icon-view.c
+++ b/src/file-manager/fm-desktop-icon-view.c
@@ -649,9 +649,9 @@ action_change_background_callback (GtkAction *action,
 
 	nautilus_launch_application_from_command (gtk_widget_get_screen (GTK_WIDGET (data)),
 						  _("Background"),
-						  "gnome-appearance-properties",
+						  "gnome-control-center",
 						  FALSE,
-						  "--show-page=background", NULL);
+						  "background", NULL);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]