[eog] Bug 642969 - "Open Background Preferences" does not work
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Bug 642969 - "Open Background Preferences" does not work
- Date: Thu, 24 Feb 2011 12:49:03 +0000 (UTC)
commit 38ca3f8221ddf074ff4701493f9e5e8e10c1cbb9
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Feb 24 13:39:14 2011 +0200
Bug 642969 - "Open Background Preferences" does not work
src/eog-window.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index bf9c8b0..f108fd1 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -2651,13 +2651,13 @@ wallpaper_info_bar_response (GtkInfoBar *bar, gint response, EogWindow *window)
GAppInfo *app_info;
GError *error = NULL;
- app_info = g_app_info_create_from_commandline ("gnome-appearance-properties --show-page=background",
- "gnome-appearance-properties",
+ app_info = g_app_info_create_from_commandline ("gnome-control-center background",
+ "System Settings",
G_APP_INFO_CREATE_NONE,
&error);
if (error != NULL) {
- g_warning ("%s%s", _("Error launching appearance preferences dialog: "),
+ g_warning ("%s%s", _("Error launching System Settings: "),
error->message);
g_error_free (error);
error = NULL;
@@ -2672,7 +2672,7 @@ wallpaper_info_bar_response (GtkInfoBar *bar, gint response, EogWindow *window)
g_app_info_launch (app_info, NULL, G_APP_LAUNCH_CONTEXT (context), &error);
if (error != NULL) {
- g_warning ("%s%s", _("Error launching appearance preferences dialog: "),
+ g_warning ("%s%s", _("Error launching System Settings: "),
error->message);
g_error_free (error);
error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]