# HG changeset patch # User Sean Egan # Date 1185164771 0 # Node ID 302ab7b3171d6289e5306298d39c49c35db32363 # Parent 5610c2ea0d948d96bd7d0a2d6dc3e9f78851f508 There\! Take your stupid status icons back\! diff -r 5610c2ea0d94 -r 302ab7b3171d pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sun Jul 22 08:14:16 2007 +0000 +++ b/pidgin/gtkconv.c Mon Jul 23 04:26:11 2007 +0000 @@ -8622,7 +8622,7 @@ TRUE, GTK_PACK_START); /* show the widgets */ -/* XXX gtk_widget_show(gtkconv->icon); */ + gtk_widget_show(gtkconv->icon); gtk_widget_show(gtkconv->tab_label); if (purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/close_on_tabs")) gtk_widget_show(gtkconv->close);