Mercurial > pidgin.yaz
changeset 31626: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 | 223ff38e73ae |
children | 5ac05ae49c5c |
files | pidgin/gtkutils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);