]> Pileus Git - ~andy/gtk/commit
Fixes #102168.
authorMurray Cumming <murrayc@usa.net>
Tue, 14 Jan 2003 22:57:37 +0000 (22:57 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Tue, 14 Jan 2003 22:57:37 +0000 (22:57 +0000)
commit5c466a9f39ea04f7ab8940519d9e2d44d1a04d04
treeba7f756bd8d386dd2ddee4dc43ade90935d90a27
parentf35b13f65fc09fa190d521e643a95b58028e1e1f
Fixes #102168.

2002-12-29  Murray Cumming  <murrayc@usa.net>

Fixes #102168.

* 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.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkliststore.c
gtk/gtktreednd.c
gtk/gtktreestore.c