[gnome-control-center] privacy: use the correct gsd housekeeping bus name



commit be90d59991c045fe93cc85d2e643820bf49adf94
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Tue Oct 10 11:07:03 2017 +0200

    privacy: use the correct gsd housekeeping bus name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737624

 panels/privacy/cc-privacy-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index ab367b6..30f03f1 100644
--- a/panels/privacy/cc-privacy-panel.c
+++ b/panels/privacy/cc-privacy-panel.c
@@ -1077,7 +1077,7 @@ empty_trash (CcPrivacyPanel *self)
 
   bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
   g_dbus_connection_call (bus,
-                          "org.gnome.SettingsDaemon",
+                          "org.gnome.SettingsDaemon.Housekeeping",
                           "/org/gnome/SettingsDaemon/Housekeeping",
                           "org.gnome.SettingsDaemon.Housekeeping",
                           "EmptyTrash",
@@ -1102,7 +1102,7 @@ purge_temp (CcPrivacyPanel *self)
 
   bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
   g_dbus_connection_call (bus,
-                          "org.gnome.SettingsDaemon",
+                          "org.gnome.SettingsDaemon.Housekeeping",
                           "/org/gnome/SettingsDaemon/Housekeeping",
                           "org.gnome.SettingsDaemon.Housekeeping",
                           "RemoveTempFiles",


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