[ fixes #27521 ] always unref the contact editor when we get the

2002-09-27  Chris Toshok  <toshok@ximian.com>

	[ fixes #27521 ]
	* gui/contact-editor/e-contact-quick-add.c (editor_closed_cb):
	always unref the contact editor when we get the editor_closed
	signal.

svn path=/trunk/; revision=18255
This commit is contained in:
Chris Toshok
2002-09-27 20:37:12 +00:00
committed by Chris Toshok
parent f996b94cf6
commit d2e7582cd4
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
2002-09-27 Chris Toshok <toshok@ximian.com>
[ fixes #27521 ]
* gui/contact-editor/e-contact-quick-add.c (editor_closed_cb):
always unref the contact editor when we get the editor_closed
signal.
2002-09-27 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (check_schema_support): set the
@@ -186,11 +186,11 @@ editor_closed_cb (GtkWidget *w, gpointer closure)
{
QuickAdd *qa = (QuickAdd *) gtk_object_get_data (GTK_OBJECT (w), "quick_add");
if (qa) {
if (qa)
/* We don't need to unref qa because we set_data_full below */
gtk_object_set_data (GTK_OBJECT (w), "quick_add", NULL);
gtk_object_unref (GTK_OBJECT (w));
}
gtk_object_unref (GTK_OBJECT (w));
}
static void