diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-04-05 19:42:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-04-05 19:42:36 +0800 |
commit | 89c5da7d4e417fb861ce1f9caee031c720423e23 (patch) | |
tree | 86fc590a2d7a68c260b5b00b88e08b84655c751f /calendar | |
parent | 4909b5ff6de4c14cc399aa9a94030fb0170e8a19 (diff) | |
download | gsoc2013-evolution-89c5da7d4e417fb861ce1f9caee031c720423e23.tar.gz gsoc2013-evolution-89c5da7d4e417fb861ce1f9caee031c720423e23.tar.zst gsoc2013-evolution-89c5da7d4e417fb861ce1f9caee031c720423e23.zip |
removed useless call to set the POA after construction.
2004-04-05 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/notify-main.c (main): removed useless call to set
the POA after construction.
svn path=/trunk/; revision=25315
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/notify-main.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b7678663e1..e3976f49c6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2004-04-05 Rodrigo Moya <rodrigo@ximian.com> + * gui/alarm-notify/notify-main.c (main): removed useless call to set + the POA after construction. + +2004-04-05 Rodrigo Moya <rodrigo@ximian.com> + Fixes #56316 * gui/dialogs/comp-editor-page.[ch]: added "fill_timezones" virtual 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); |