From 89c5da7d4e417fb861ce1f9caee031c720423e23 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 5 Apr 2004 11:42:36 +0000 Subject: removed useless call to set the POA after construction. 2004-04-05 Rodrigo Moya * gui/alarm-notify/notify-main.c (main): removed useless call to set the POA after construction. svn path=/trunk/; revision=25315 --- calendar/ChangeLog | 5 +++++ calendar/gui/alarm-notify/notify-main.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b7678663e1..e3976f49c6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-04-05 Rodrigo Moya + + * gui/alarm-notify/notify-main.c (main): removed useless call to set + the POA after construction. + 2004-04-05 Rodrigo Moya Fixes #56316 diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c index bcefb51ccf..f8f41d7889 100644 --- a/calendar/gui/alarm-notify/notify-main.c +++ b/calendar/gui/alarm-notify/notify-main.c @@ -174,7 +174,6 @@ main (int argc, char **argv) if (!factory) g_error (_("Could not create the alarm notify service factory")); - g_object_set (G_OBJECT (factory), "poa", bonobo_poa_get_threaded (ORBIT_THREAD_HINT_PER_REQUEST, NULL), NULL); init_session (); g_idle_add ((GSourceFunc) load_calendars, NULL); -- cgit v1.2.3