GNOME Bugzilla – Bug 102168
Implment row_draggable instead of checking whether it's implemented.
Last modified: 2004-12-22 21:47:04 UTC
2002-12-29 Murray Cumming <murrayc@usa.net> * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c: Actually implement the GtkTreeDragSource::row_draggable virtual function in GtkListStore and GtkTreeStore instead of just checking whether it's implemented at all. This means that DnD isn't broken by gtkmm's virtual function wrappers. The alternative would be to hard-code the TRUE return value into gtkmm's wrappers, but that's part of GTK+'s implementation, not it's API
Created attachment 13264 [details] [review] treeview_row_draggable.patch
Thanks for the patch. Committed on HEAD, gtk-2-2.