After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 649663 - GtkComboBoxText "entry-text-column" bug in gtk_combo_box_text_get_active_text()
GtkComboBoxText "entry-text-column" bug in gtk_combo_box_text_get_active_text()
Status: RESOLVED DUPLICATE of bug 612396
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
3.1.x
Other All
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-05-07 14:42 UTC by Alexander Voikov
Modified: 2017-08-30 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch gtkcomboboxtext.c (797 bytes, patch)
2011-05-07 14:42 UTC, Alexander Voikov
none Details | Review

Description Alexander Voikov 2011-05-07 14:42:01 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.
Comment 1 Daniel Boles 2017-08-30 12:37:09 UTC
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 ***