diff src/ui.h @ 2522:108b3eab22aa

[gaim-migrate @ 2535] i didn't rewrite a good majority of your patch, sean. i changed the logic for when to hide user_frame slightly (remove the ! and flip the hide/show); had each of the generate_*_options take the vbox and create their own frame; and i think that's about it. you new i was going to do that anyway. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 17 Oct 2001 10:11:46 +0000
parents 6fffd664b78a
children e49ab50736bf
line wrap: on
line diff
--- a/src/ui.h	Wed Oct 17 01:33:00 2001 +0000
+++ b/src/ui.h	Wed Oct 17 10:11:46 2001 +0000
@@ -155,7 +155,6 @@
 #if USE_PIXBUF
 	/* buddy icon stuff. sigh. */
 	GtkWidget *icon;
-	GdkPixbuf *unanim;
 	GdkPixbufAnimation *anim;
 	guint32 icon_timer;
 	int frame;
@@ -202,6 +201,8 @@
 	GtkWidget *pwdbox;
 	GtkWidget *pass;
 	GtkWidget *rempass;
+	GtkWidget *user_frame;
+	GtkWidget *proto_frame;
 	GList *opt_entries;
 
 	/* stuff for icon selection */