Mercurial > pidgin.yaz
changeset 18604:302ab7b3171d
There\! Take your stupid status icons back\!
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 23 Jul 2007 04:26:11 +0000 |
parents | 5610c2ea0d94 |
children | 3700c41dd0db |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);