GNOME Bugzilla – Bug 649663
GtkComboBoxText "entry-text-column" bug in gtk_combo_box_text_get_active_text()
Last modified: 2017-08-30 12:37:09 UTC
Created attachment 187429 [details] [review] patch gtkcomboboxtext.c Function gtk_combo_box_text_insert() working properly without "entry-text-column" in xml buildable, but gtk_combo_box_text_get_active_text() not do it. This thread explain this bug: https://bugzilla.gnome.org/show_bug.cgi?id=612396, but IMHO solution is very complicated. My patch is only 4 lines taken from gtk_combo_box_text_insert(). P.S. Sorry for my english.
Please, if you have something to add to an existing bug discussion, add it there, not by creating a duplicate. Anyway, it looks like they got that fixed, so closing as a dupe. *** This bug has been marked as a duplicate of bug 612396 ***