[evolution-data-server] Bug 46117 - e-calendar-factory does not exit



commit ca553fcb264a09b75b406d2eaed1942dc0af6f50
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Apr 7 16:11:55 2011 -0400

    Bug 46117 - e-calendar-factory does not exit

 addressbook/libebook/e-book.c |    1 -
 calendar/libecal/e-cal.c      |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook/e-book.c b/addressbook/libebook/e-book.c
index c104787..aeb281b 100644
--- a/addressbook/libebook/e-book.c
+++ b/addressbook/libebook/e-book.c
@@ -330,7 +330,6 @@ e_book_activate (GError **error)
 	}
 
 	connection = g_dbus_proxy_get_connection (G_DBUS_PROXY (book_factory_proxy));
-	g_dbus_connection_set_exit_on_close (connection, FALSE);
 	book_connection_closed_id = g_dbus_connection_signal_subscribe (connection,
 		NULL,						/* sender */
 		"org.freedesktop.DBus",				/* interface */
diff --git a/calendar/libecal/e-cal.c b/calendar/libecal/e-cal.c
index 6835d45..e1162f5 100644
--- a/calendar/libecal/e-cal.c
+++ b/calendar/libecal/e-cal.c
@@ -713,7 +713,6 @@ e_cal_activate (GError **error)
 	}
 
 	connection = g_dbus_proxy_get_connection (G_DBUS_PROXY (cal_factory_proxy));
-	g_dbus_connection_set_exit_on_close (connection, FALSE);
 	cal_connection_closed_id = g_dbus_connection_signal_subscribe (connection,
 		NULL,					/* sender */
 		"org.freedesktop.DBus",			/* interface */



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