gaim/gaim

This should fix bug #1095083, I think
oldstatus
2005-01-03, Mark Doliner
d4d7b1f66f15
Parents 3c2d126185aa
Children b5348db1ba17
This should fix bug #1095083, I think
--- a/src/gtkconv.c Mon Jan 03 21:03:09 2005 -0500
+++ b/src/gtkconv.c Mon Jan 03 21:29:02 2005 -0500
@@ -2921,7 +2921,8 @@
window_icon = get_tab_icon(conv, FALSE);
}
gtk_window_set_icon(GTK_WINDOW(gtkwin->window), window_icon);
- g_object_unref(G_OBJECT(window_icon));
+ if (window_icon != NULL)
+ g_object_unref(G_OBJECT(window_icon));
}
static void