diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-07 05:51:45 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-07 05:51:45 +0800 |
commit | 4c76e8e668ecf27747aee459114c14fb2f96f0b8 (patch) | |
tree | 111f27980df31c6fadcff67680238ca9403eb071 /calendar/ChangeLog | |
parent | 5c35a41fe2fa8a6aeaf1a178b102774c92391ed5 (diff) | |
download | gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.gz gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.bz2 gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.lz gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.xz gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.zst gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.zip |
don't return a Bonobo_EventSource_ListenerId, since it does not exist
2002-11-06 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/comp-editor-util.[ch]
(comp_editor_connect_contacts_changed): don't return a
Bonobo_EventSource_ListenerId, since it does not exist anymore,
and was not even being used.
* gui/e-timezone-entry.h: use GLib macros.
* gui/dialogs/*.glade:
* gui/alarm-notify/*.glade:
* gui/*.glade: converted to Glade2 format.
svn path=/trunk/; revision=18616
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e394f77361..d178328584 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2002-11-06 Rodrigo Moya <rodrigo@ximian.com> + + * gui/dialogs/comp-editor-util.[ch] + (comp_editor_connect_contacts_changed): don't return a + Bonobo_EventSource_ListenerId, since it does not exist anymore, + and was not even being used. + + * gui/e-timezone-entry.h: use GLib macros. + + * gui/dialogs/*.glade: + * gui/alarm-notify/*.glade: + * gui/*.glade: converted to Glade2 format. + 2002-11-05 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/alarm-options.c (alarm_options_dialog_run): adapted to |