[gnome-settings-daemon] Updates: load the right introspection file



commit 60b44fccf91c67ff5f10de26ac2fac776d44d06a
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 12 17:30:12 2011 -0500

    Updates: load the right introspection file
    
    Patch by Adam Dingle,
    https://bugzilla.gnome.org/show_bug.cgi?id=644581

 plugins/updates/gsd-updates-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/updates/gsd-updates-manager.c b/plugins/updates/gsd-updates-manager.c
index d869712..337f1e6 100644
--- a/plugins/updates/gsd-updates-manager.c
+++ b/plugins/updates/gsd-updates-manager.c
@@ -1405,7 +1405,7 @@ gsd_updates_manager_start (GsdUpdatesManager *manager,
         set_install_root (manager);
 
         /* load introspection from file */
-        file = g_file_new_for_path (DATADIR "/dbus-1/interfaces/org.gnome.ColorManager.xml");
+        file = g_file_new_for_path (DATADIR "/dbus-1/interfaces/org.gnome.SettingsDaemonUpdates.xml");
         ret = g_file_load_contents (file, NULL, &introspection_data, NULL, NULL, error);
         if (!ret)
                 goto out;



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