diff src/gtkconv.h @ 9687:1769cb1261be

[gaim-migrate @ 10539] [ 986151 ] Buddy Icon reappears after hiding If we weren't in a string freeze, I'd make an option in the "Options" menu to restore the buddy icon, but for now this works. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 05 Aug 2004 23:21:55 +0000
parents 8b2451878e26
children 4d05b6e9e9cd
line wrap: on
line diff
--- a/src/gtkconv.h	Thu Aug 05 23:04:16 2004 +0000
+++ b/src/gtkconv.h	Thu Aug 05 23:21:55 2004 +0000
@@ -114,6 +114,7 @@
 
 	/* Buddy icon stuff */
 	GtkWidget *icon;
+	gboolean show_icon;
 	gboolean animate;
 	GdkPixbufAnimation *anim;
 	GdkPixbufAnimationIter *iter;