crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

GtkCellRendererText "edited" signal invoked incorrectly #49

Closed stacksmith closed 7 years ago

stacksmith commented 8 years ago

The handler receives a string containing the tree path of the item edited instead of a path object.

Ferada commented 7 years ago

But that's how it's defined in the documentation too, c.f. https://developer.gnome.org/gtk3/stable/GtkCellRendererText.html#GtkCellRendererText-edited.

stacksmith commented 7 years ago

My mistake.