diff options
author | JP Rosevear <jpr@ximian.com> | 2003-03-05 23:50:34 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-03-05 23:50:34 +0800 |
commit | 7f8c51d30de879fd8289600e9ffc269147931d8c (patch) | |
tree | 5b98d0ca280f31d3d64340ff532ecda72c699248 /calendar/gui/dialogs | |
parent | 1fe2e871abffea25d9a43b4eb33152677add778f (diff) | |
download | gsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.tar.gz gsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.tar.zst gsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.zip |
g_objectify ref/unref
2003-03-05 JP Rosevear <jpr@ximian.com>
* gui/e-itip-control.c (show_current): g_objectify ref/unref
* gui/itip-bonobo-control.c (set_data_idle_cb): as above
(pstream_load): ditto
* gui/dialogs/alarm-options.c (alarm_to_malarm_widgets): as above
svn path=/trunk/; revision=20172
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/alarm-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/alarm-options.c b/calendar/gui/dialogs/alarm-options.c index 50b5ebcfeb..6889088fca 100644 --- a/calendar/gui/dialogs/alarm-options.c +++ b/calendar/gui/dialogs/alarm-options.c @@ -350,7 +350,7 @@ alarm_to_malarm_widgets (Dialog *dialog, CalComponentAlarm *alarm) "destinations", e_destination_exportv (destv), NULL); for (i = 0; i < len; i++) - gtk_object_unref (GTK_OBJECT (destv[i])); + g_object_unref (GTK_OBJECT (destv[i])); g_free (destv); cal_component_free_attendee_list (attendee_list); |