diff pidgin/gtkutils.c @ 31823:d72d728226dc

propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a) to branch 'im.pidgin.pidgin.next.minor' (head 4a5878f91c824f207ed343b57b36ae74e1baa438)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 13 Mar 2011 18:14:04 +0000
parents 17a4b32f4d46 3cec1e97e698
children 7281d151e492 e2c6e4fc3c84
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Mon Feb 21 23:08:47 2011 +0000
+++ b/pidgin/gtkutils.c	Sun Mar 13 18:14:04 2011 +0000
@@ -2919,7 +2919,7 @@
 	GtkComboBox *ret = NULL;
 	GtkWidget *the_entry = NULL;
 
-	ret = GTK_COMBO_BOX(gtk_combo_box_new_text());
+	ret = GTK_COMBO_BOX(gtk_combo_box_entry_new_text());
 	the_entry = gtk_entry_new();
 	gtk_container_add(GTK_CONTAINER(ret), the_entry);