[gnome-control-center/gnome-3-24] privacy: use the correct gsd housekeeping bus name
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-24] privacy: use the correct gsd housekeeping bus name
- Date: Mon, 5 Mar 2018 15:33:59 +0000 (UTC)
commit c679c2df38a6ad8ea63d76ff8b33b95da1c665db
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 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index b09672111..2d6839718 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]