Mercurial > pidgin
diff pidgin/gtkutils.c @ 31178:3cec1e97e698
Modify the editable comboboxes to be more friendly to GTK+ themes that don't
theme our previous method correctly. Fixes #13164.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | hugo@oxygen-icons.org |
---|---|
date | Sun, 30 Jan 2011 07:06:52 +0000 |
parents | 85d5f1e37fdb |
children | d72d728226dc 626efe139f98 a92f4cb593a4 |
line wrap: on
line diff
--- a/pidgin/gtkutils.c Sat Jan 29 17:57:32 2011 +0000 +++ b/pidgin/gtkutils.c Sun Jan 30 07:06:52 2011 +0000 @@ -2924,7 +2924,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);