diff src/gtkimhtmltoolbar.h @ 10080:8e6329b8dcc1

[gaim-migrate @ 11062] A final change for today. This puts the conversation formatting toolbar in the same frame as the entry widget. It more closely associates the toolbar with the entry and also looks cooler. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 03 Oct 2004 22:59:26 +0000
parents db62420a53a2
children ee50e4797352
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.h	Sun Oct 03 20:47:58 2004 +0000
+++ b/src/gtkimhtmltoolbar.h	Sun Oct 03 22:59:26 2004 +0000
@@ -40,7 +40,7 @@
 typedef struct _GtkIMHtmlToolbarClass		GtkIMHtmlToolbarClass;
 
 struct _GtkIMHtmlToolbar {
-	GtkVBox box;
+	GtkHBox box;
 
 	GtkWidget *imhtml;
 
@@ -74,7 +74,7 @@
 };
 
 struct _GtkIMHtmlToolbarClass {
-	GtkVBoxClass parent_class;
+	GtkHBoxClass parent_class;
 
 };