[gnome-control-center] background: Update for gnome-shell Screenshot API changes



commit 8d99d1c7c5fd27560ae1a17f0d412e4677fc1da3
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 30 18:04:15 2013 +0100

    background: Update for gnome-shell Screenshot API changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692849

 panels/background/cc-background-panel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/background/cc-background-panel.c b/panels/background/cc-background-panel.c
index 164c3cd..e67c1c0 100644
--- a/panels/background/cc-background-panel.c
+++ b/panels/background/cc-background-panel.c
@@ -382,9 +382,9 @@ get_screenshot_async (CcBackgroundPanel *panel)
                                  panel->priv->screenshot_path);
 
   g_dbus_connection_call (panel->priv->connection,
-                          "org.gnome.Shell",
-                          "/org/gnome/Shell",
-                          "org.gnome.Shell",
+                          "org.gnome.Shell.Screenshot",
+                          "/org/gnome/Shell/Screenshot",
+                          "org.gnome.Shell.Screenshot",
                           method_name,
                           method_params,
                           NULL,



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