From e6dc843786cd67a0d6e860dc9f2dac89a70e7222 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 16 Aug 2011 14:26:49 +0200 Subject: [PATCH] notificationDaemon, magnifierDBus: port to GDBus Move /org/freedesktop/Notifications and /org/gnome/Magnifier to the GDBus connection, so they're matched with the appropriate DBus name. https://bugzilla.gnome.org/show_bug.cgi?id=648651 --- js/ui/magnifierDBus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/magnifierDBus.js b/js/ui/magnifierDBus.js index 0fdf04b45..4c268fbba 100644 --- a/js/ui/magnifierDBus.js +++ b/js/ui/magnifierDBus.js @@ -1,6 +1,7 @@ // -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- const Gio = imports.gi.Gio; +const GLib = imports.gi.GLib; const Main = imports.ui.main; const MAG_SERVICE_NAME = 'org.gnome.Magnifier';