Mercurial > pidgin
changeset 2514:6fffd664b78a
[gaim-migrate @ 2527]
sorry sean.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 16 Oct 2001 01:12:36 +0000 |
parents | 6e52448f352a |
children | 3ec36a342496 |
files | src/ui.h |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui.h Mon Oct 15 21:04:37 2001 +0000 +++ b/src/ui.h Tue Oct 16 01:12:36 2001 +0000 @@ -137,16 +137,6 @@ GtkWidget *check; gboolean unseen; -#if USE_PIXBUF - /* buddy icon stuff. sigh. */ - GtkWidget *icon; - GdkPixbuf *unanim; - GdkPixbufAnimation *anim; - guint32 icon_timer; - int frame; - GtkWidget *save_icon; -#endif - /* stuff used just for chat */ GList *in_room; GList *ignored; @@ -161,6 +151,16 @@ /* something to distinguish */ gboolean is_chat; + +#if USE_PIXBUF + /* buddy icon stuff. sigh. */ + GtkWidget *icon; + GdkPixbuf *unanim; + GdkPixbufAnimation *anim; + guint32 icon_timer; + int frame; + GtkWidget *save_icon; +#endif }; struct log_conversation {