[anjuta] Use system bus instead of session.



commit e05bb2ff2518c82016a33112f30dced364fbc1c5
Author: Naba Kumar <naba gnome org>
Date:   Sun Jan 24 10:33:18 2010 +0200

    Use system bus instead of session.

 libanjuta/anjuta-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-utils.c b/libanjuta/anjuta-utils.c
index e2f4da7..7402693 100644
--- a/libanjuta/anjuta-utils.c
+++ b/libanjuta/anjuta-utils.c
@@ -496,7 +496,7 @@ anjuta_util_install_files (const gchar * const names)
 	if (!names)
 		return FALSE;
 
-	connection = dbus_g_bus_get (DBUS_BUS_SESSION, NULL);
+	connection = dbus_g_bus_get (DBUS_BUS_SYSTEM, NULL);
 	if (!connection)
 		return FALSE;
 



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