diff src/gtkstatusbox.h @ 12619:dc995f73c101

[gaim-migrate @ 14955] Remove the gtkimhtmltoolbar from the gtkstatusbox. It's used by few (any?) protocols other than AIM, and it takes up a lot of room and makes my buddy list be wider than it needs to be (or the gtkimhtml has a horizontal scroll bar). I think I like it best without it. But I'd be ok with having a short version of this. I also wouldn't mind having a keyboard shortcut to insert a link. Or maybe auto-linkifying HTMLable away messages. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 22 Dec 2005 04:21:30 +0000
parents f1515af27443
children a36eec90c604
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Thu Dec 22 04:07:21 2005 +0000
+++ b/src/gtkstatusbox.h	Thu Dec 22 04:21:30 2005 +0000
@@ -108,15 +108,12 @@
 	char *error;
 
 	gulong status_changed_signal;
-	
+
 	/* Widgets for renderin' */
 	GtkWidget *hbox;
 	GtkWidget *toggle_button;
 	GtkWidget *vsep;
 	GtkWidget *arrow;
-
-	GtkWidget *toolbar;
-	GtkWidget *hsep;
 };
 
 struct _GtkGaimStatusBoxClass