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 555972 - Gtk.TreeView get_cursor incorrect parameters
Gtk.TreeView get_cursor incorrect parameters
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-12 02:01 UTC by Hans Vercammen
Modified: 2008-10-17 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtk_tree_view_get_cursor patch (731 bytes, patch)
2008-10-12 02:04 UTC, Hans Vercammen
committed Details | Review

Description Hans Vercammen 2008-10-12 02:01:17 UTC
gtk_tree_view_get_cursor parameters are nullable and the GtkTreePath should be freed after use.

Reported by Geert Jan:
http://mail.gnome.org/archives/vala-list/2008-October/msg00013.html
Comment 1 Hans Vercammen 2008-10-12 02:04:04 UTC
Created attachment 120418 [details] [review]
gtk_tree_view_get_cursor patch
Comment 2 Jürg Billeter 2008-10-17 11:03:50 UTC
2008-10-17  Jürg Billeter  <j@bitron.ch>

	* vapi/packages/gtk+-2.0/:

	Fix gtk_tree_view_get_cursor binding, patch by Hans Vercammen,
	fixes bug 555972

	* vapi/gtk+-2.0.vapi: regenerated

Fixed in r1842.