Call background page of gnome-appearance-properties for "Change Desktop

2007-06-18  Martin Wehner  <martin.wehner@gmail.com>

	* src/file-manager/fm-desktop-icon-view.c:
	(action_change_background_callback):
	Call background page of gnome-appearance-properties for
	"Change Desktop Background" menu item. (#445195)
	Patch from Denis Washington  <denisw@svn.gnome.org>

svn path=/trunk/; revision=12931
This commit is contained in:
Martin Wehner 2007-06-18 20:52:10 +00:00 committed by Martin Wehner
parent 01ebf75e52
commit 60a70408ff
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2007-06-18 Martin Wehner <martin.wehner@gmail.com>
* src/file-manager/fm-desktop-icon-view.c:
(action_change_background_callback):
Call background page of gnome-appearance-properties for
"Change Desktop Background" menu item. (#445195)
Patch from Denis Washington <denisw@svn.gnome.org>
2007-06-17 Martin Wehner <martin.wehner@gmail.com>
* libnautilus-private/apps_nautilus_preferences.schemas.in:

View file

@ -615,8 +615,8 @@ action_change_background_callback (GtkAction *action,
nautilus_launch_application_from_command (gtk_widget_get_screen (GTK_WIDGET (data)),
_("Background"),
"gnome-background-properties",
NULL,
"gnome-appearance-properties",
"--show-page=background",
FALSE);
}