aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-itip-control.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-03-05 23:50:34 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-03-05 23:50:34 +0800
commit7f8c51d30de879fd8289600e9ffc269147931d8c (patch)
tree5b98d0ca280f31d3d64340ff532ecda72c699248 /calendar/gui/e-itip-control.c
parent1fe2e871abffea25d9a43b4eb33152677add778f (diff)
downloadgsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.tar
gsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.tar.gz
gsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.tar.bz2
gsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.tar.lz
gsoc2013-evolution-7f8c51d30de879fd8289600e9ffc269147931d8c.tar.xz
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/e-itip-control.c')
-rw-r--r--calendar/gui/e-itip-control.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c
index 33146ee111..0760ddd6ba 100644
--- a/calendar/gui/e-itip-control.c
+++ b/calendar/gui/e-itip-control.c
@@ -1498,7 +1498,7 @@ show_current (EItipControl *itip)
priv = itip->priv;
- gtk_object_ref (GTK_OBJECT (itip));
+ g_object_ref (itip);
if (priv->comp)
g_object_unref (priv->comp);
@@ -1540,7 +1540,7 @@ show_current (EItipControl *itip)
write_error_html (itip, _("The message does not appear to be properly formed"));
g_object_unref (priv->comp);
priv->comp = NULL;
- gtk_object_unref (GTK_OBJECT (itip));
+ g_object_unref (itip);
return;
};
@@ -1605,7 +1605,7 @@ show_current (EItipControl *itip)
find_my_address (itip, priv->ical_comp);
- gtk_object_unref (GTK_OBJECT (itip));
+ g_object_unref (itip);
}
void