comparison 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
comparison
equal deleted inserted replaced
9686:882e7e423457 9687:1769cb1261be
112 112
113 gboolean a_virgin; 113 gboolean a_virgin;
114 114
115 /* Buddy icon stuff */ 115 /* Buddy icon stuff */
116 GtkWidget *icon; 116 GtkWidget *icon;
117 gboolean show_icon;
117 gboolean animate; 118 gboolean animate;
118 GdkPixbufAnimation *anim; 119 GdkPixbufAnimation *anim;
119 GdkPixbufAnimationIter *iter; 120 GdkPixbufAnimationIter *iter;
120 guint32 icon_timer; 121 guint32 icon_timer;
121 }; 122 };