summaryrefslogtreecommitdiff
path: root/panels/privacy
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2017-10-10 11:07:03 +0200
committerRui Matos <tiagomatos@gmail.com>2017-11-01 17:05:45 +0100
commitbe90d59991c045fe93cc85d2e643820bf49adf94 (patch)
tree92b1428d627e1a00f78535941441a79e6ffb8292 /panels/privacy
parentcb4a7e17735029f5747714c2faf80e7d4d30474b (diff)
downloadgnome-control-center-be90d59991c045fe93cc85d2e643820bf49adf94.tar.gz
privacy: use the correct gsd housekeeping bus name
https://bugzilla.gnome.org/show_bug.cgi?id=737624
Diffstat (limited to 'panels/privacy')
-rw-r--r--panels/privacy/cc-privacy-panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index ab367b6ca..30f03f161 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",