summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-12-14 00:36:29 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-01-21 17:32:40 +0200
commit55151deb23ecd5ad756dd939aa19bc2238a530de (patch)
tree8ff3d12410666dce9c82e910d43717bb0288b22c
parentc2928db501d6529ddfc0938541cca18e31636739 (diff)
downloadgnome-settings-daemon-wip/flashback.tar.gz
media-keys: use org.gnome.Shell.Screenshot as dbus namewip/flashback
-rw-r--r--plugins/media-keys/gsd-screenshot-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/media-keys/gsd-screenshot-utils.c b/plugins/media-keys/gsd-screenshot-utils.c
index c59ee631..eb140013 100644
--- a/plugins/media-keys/gsd-screenshot-utils.c
+++ b/plugins/media-keys/gsd-screenshot-utils.c
@@ -32,7 +32,7 @@
#include "gsd-screenshot-utils.h"
-#define SHELL_SCREENSHOT_BUS_NAME "org.gnome.Shell"
+#define SHELL_SCREENSHOT_BUS_NAME "org.gnome.Shell.Screenshot"
#define SHELL_SCREENSHOT_BUS_PATH "/org/gnome/Shell/Screenshot"
#define SHELL_SCREENSHOT_BUS_IFACE "org.gnome.Shell.Screenshot"