# HG changeset patch # User Sean Egan # Date 1172785610 0 # Node ID e3c216de22c52429df026e4da7bf7d9af7b0460d # Parent 12a69097cb5acebf0f2065274acee2a773d59754 Fix that bug with the tab icons diff -r 12a69097cb5a -r e3c216de22c5 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu Mar 01 20:13:45 2007 +0000 +++ b/pidgin/gtkconv.c Thu Mar 01 21:46:50 2007 +0000 @@ -2355,9 +2355,6 @@ l = pidgin_conv_get_tab_icons(conv); gtk_window_set_icon_list(GTK_WINDOW(win->window), l); - - if (status != NULL) - g_object_unref(status); } }