diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-02-22 05:41:02 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-02-22 05:41:02 +0800 |
commit | 2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26 (patch) | |
tree | 961c4536ac690c648f0970559562d3c228cc5e81 /calendar/ChangeLog | |
parent | d40f089a706484364ceb499d6bb4f6d823b92b09 (diff) | |
download | gsoc2013-evolution-2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26.tar gsoc2013-evolution-2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26.tar.gz gsoc2013-evolution-2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26.tar.bz2 gsoc2013-evolution-2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26.tar.lz gsoc2013-evolution-2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26.tar.xz gsoc2013-evolution-2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26.tar.zst gsoc2013-evolution-2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26.zip |
GObject, not GtkObject. (calendar_model_destroy): ->
2003-02-21 Hans Petter Jansson <hpj@ximian.com>
* gui/calendar-model.c (calendar_model_class_init): GObject, not
GtkObject.
(calendar_model_destroy): -> calendar_model_finalize ().
* gui/calendar-view.c (calendar_view_class_init): GObject, not
GtkObject.
(calendar_view_destroy): -> calendar_view_finalize ().
* gui/comp-editor-factory.c (comp_editor_factory_class_init):
GObject, not GtkObject.
(comp_editor_factory_destroy): -> comp_editor_factory_finalize ().
* gui/e-day-view.c (e_day_view_long_event_button_press):
gtk_signal_disconnect () -> g_signal_handler_disconnect ().
(e_day_view_on_event_button_press): Ditto.
(e_day_view_on_long_event_click): Ditto.
(e_day_view_on_event_click): Ditto.
(e_day_view_on_event_double_click): Ditto.
(e_day_view_on_delete_appointment): Ditto.
* gui/e-week-view.c (e_week_view_on_text_item_event):
gtk_signal_disconnect () -> g_signal_handler_disconnect ().
* gui/alarm-notify/alarm-notify.c (AlarmNotify_RemoveCalendar):
Don't cast to GtkObject.
svn path=/trunk/; revision=19995
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e33e63aa2b..b28a8498a5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,31 @@ +2003-02-21 Hans Petter Jansson <hpj@ximian.com> + + * gui/calendar-model.c (calendar_model_class_init): GObject, not + GtkObject. + (calendar_model_destroy): -> calendar_model_finalize (). + + * gui/calendar-view.c (calendar_view_class_init): GObject, not + GtkObject. + (calendar_view_destroy): -> calendar_view_finalize (). + + * gui/comp-editor-factory.c (comp_editor_factory_class_init): + GObject, not GtkObject. + (comp_editor_factory_destroy): -> comp_editor_factory_finalize (). + + * gui/e-day-view.c (e_day_view_long_event_button_press): + gtk_signal_disconnect () -> g_signal_handler_disconnect (). + (e_day_view_on_event_button_press): Ditto. + (e_day_view_on_long_event_click): Ditto. + (e_day_view_on_event_click): Ditto. + (e_day_view_on_event_double_click): Ditto. + (e_day_view_on_delete_appointment): Ditto. + + * gui/e-week-view.c (e_week_view_on_text_item_event): + gtk_signal_disconnect () -> g_signal_handler_disconnect (). + + * gui/alarm-notify/alarm-notify.c (AlarmNotify_RemoveCalendar): + Don't cast to GtkObject. + 2003-02-21 Dan Winship <danw@ximian.com> * cal-client/Makefile.am (libcal_client_la_LIBADD): depend on |