From 2dd7b84edba6021442f9fe1c1fa5b8c3bb39fc26 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 21 Feb 2003 21:41:02 +0000 Subject: GObject, not GtkObject. (calendar_model_destroy): -> 2003-02-21 Hans Petter Jansson * 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 --- calendar/gui/alarm-notify/alarm-notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/alarm-notify') diff --git a/calendar/gui/alarm-notify/alarm-notify.c b/calendar/gui/alarm-notify/alarm-notify.c index 290fbd2617..aefdceeeb1 100644 --- a/calendar/gui/alarm-notify/alarm-notify.c +++ b/calendar/gui/alarm-notify/alarm-notify.c @@ -334,7 +334,7 @@ AlarmNotify_removeCalendar (PortableServer_Servant servant, g_hash_table_remove (priv->uri_client_hash, str_uri); g_free (orig_str); - g_signal_handlers_disconnect_matched (GTK_OBJECT (lc->client), + g_signal_handlers_disconnect_matched (lc->client, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, lc); if (lc->timeout_id != -1) -- cgit v1.2.3