[gnome-shell/wip/gdbus: 2/3] notificationDaemon, magnifierDBus: port to GDBus



commit e6dc843786cd67a0d6e860dc9f2dac89a70e7222
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Tue Aug 16 14:26:49 2011 +0200

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/magnifierDBus.js b/js/ui/magnifierDBus.js
index 0fdf04b..4c268fb 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';



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