pidgin/plugins/raw.c

branch
soc.2013.gobjectification.plugins
changeset 37109
94d1a2589d5a
parent 37005
702a601fc2ca
parent 35526
ed1be305c985
child 38240
0552f69f1996
--- a/pidgin/plugins/raw.c	Mon Feb 10 16:22:00 2014 +0530
+++ b/pidgin/plugins/raw.c	Tue Feb 11 23:47:33 2014 +0530
@@ -29,6 +29,7 @@
 #include "protocol.h"
 #include "version.h"
 
+#include "gtk3compat.h"
 #include "gtkplugin.h"
 #include "gtkutils.h"
 
@@ -152,7 +153,7 @@
 					 G_CALLBACK(window_closed_cb), NULL);
 
 	/* Main hbox */
-	hbox = gtk_hbox_new(FALSE, 6);
+	hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6);
 	gtk_container_add(GTK_CONTAINER(window), hbox);
 
 	/* Account drop-down menu. */

mercurial