[evolution-data-server/mmeeks-gdbus-import] another e-fix



commit 38cbb52495f3f6b2525192c92f0dc210e1d26785
Author: Michael Meeks <michael meeks novell com>
Date:   Mon Mar 1 16:30:22 2010 +0000

    another e-fix

 addressbook/libebook/e-book.c |    2 +-
 calendar/libecal/e-cal.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook/e-book.c b/addressbook/libebook/e-book.c
index 1f040cd..0cf04ca 100644
--- a/addressbook/libebook/e-book.c
+++ b/addressbook/libebook/e-book.c
@@ -293,7 +293,7 @@ e_book_activate(GError **error)
 	/* FIXME: better to just watch for the proxy instead of using the
 	 * connection directly? */
 	if (!connection_gdbus) {
-		connection_gdbus = e_dbus_connection_bus_get_private_sync (G_BUS_TYPE_SESSION, NULL, error);
+		connection_gdbus = e_dbus_connection_bus_get_private_sync (E_BUS_TYPE_SESSION, NULL, error);
 		if (!connection_gdbus) {
 			UNLOCK_CONN ();
 
diff --git a/calendar/libecal/e-cal.c b/calendar/libecal/e-cal.c
index bc4fc3f..1ba2014 100644
--- a/calendar/libecal/e-cal.c
+++ b/calendar/libecal/e-cal.c
@@ -621,7 +621,7 @@ e_cal_activate(GError **error)
 	/* FIXME: better to just watch for the proxy instead of using the
 	 * connection directly? */
 	if (!connection_gdbus) {
-		connection_gdbus = e_dbus_connection_bus_get_private_sync (G_BUS_TYPE_SESSION, NULL, error);
+		connection_gdbus = e_dbus_connection_bus_get_private_sync (E_BUS_TYPE_SESSION, NULL, error);
 		if (!connection_gdbus) {
 			UNLOCK_CONN ();
 



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