diff gtk/gtkconv.h @ 14592:f407d80a618c

[gaim-migrate @ 17316] Fix the size remembering of the entry imhtml. Also, add functionality such that the buddy icon does not affect the remembered size committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 18 Sep 2006 21:55:06 +0000
parents ac6120e2e27c
children db11d9e416ac
line wrap: on
line diff
--- a/gtk/gtkconv.h	Mon Sep 18 20:20:32 2006 +0000
+++ b/gtk/gtkconv.h	Mon Sep 18 21:55:06 2006 +0000
@@ -127,7 +127,11 @@
 	GtkWidget *imhtml;
 	GtkTextBuffer *entry_buffer;
 	GtkWidget *entry;
-
+	gboolean auto_resize;   /* this is set to TRUE if the conversation
+		 	 	 * is being resized by a non-user-initiated
+		 		 * event, such as the buddy icon appearing
+				 */
+	
 	GtkWidget *close; /* "x" on the tab */
 	GtkWidget *icon;
 	GtkWidget *tab_label;