[Pidgin] #13164: Editable comboboxes are implemented incorrectly
Pidgin
trac at pidgin.im
Wed Jan 5 19:27:25 EST 2011
#13164: Editable comboboxes are implemented incorrectly
---------------------+------------------------------------------------------
Reporter: 10110111 | Type: defect
Status: new | Component: pidgin (gtk)
Version: 2.7.1 | Keywords:
---------------------+------------------------------------------------------
Here's how it's implemented now:
ret = GTK_COMBO_BOX(gtk_combo_box_new_text());
the_entry = gtk_entry_new();
gtk_container_add(GTK_CONTAINER(ret), the_entry);
This doesn't look correctly with Oxygen-GTK style.
See: Buddies -> Add Buddy -> "Add buddy to group" combobox.
Solution would be to use GtkComboboxEntry instead.
--
Ticket URL: <http://developer.pidgin.im/ticket/13164>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list