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 688140 - [patch] Add missing annotation for gtk_combo_box_text_get_active_text()
[patch] Add missing annotation for gtk_combo_box_text_get_active_text()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-11-12 05:48 UTC by Tristan Brindle
Modified: 2013-01-04 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch to add annotation (937 bytes, patch)
2012-11-12 05:48 UTC, Tristan Brindle
committed Details | Review

Description Tristan Brindle 2012-11-12 05:48:40 UTC
Created attachment 228750 [details] [review]
Trivial patch to add annotation

get_active_text() returns a copy of the current string, but was missing an annotation.
Comment 1 Cosimo Cecchi 2012-11-12 13:54:46 UTC
Review of attachment 228750 [details] [review]:

Looks good to me.
Comment 2 Sébastien Wilmet 2013-01-04 14:33:25 UTC
Comment on attachment 228750 [details] [review]
Trivial patch to add annotation

Pushed to the master branch.