]> git.tdb.fi Git - ext/subsurface.git/commit
Clean up the drag and drop code and allow ripping off the Dive Profile
authorDirk Hohndel <dirk@hohndel.org>
Tue, 27 Sep 2011 23:23:59 +0000 (16:23 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 27 Sep 2011 23:23:59 +0000 (16:23 -0700)
commitf4d50ffa3b4237447093c1cef9cbe945d22ceb84
tree8b22ceb615360f27c787eaf2cae4063e6e6c2f74
parent1d7f5a4de1632e1493b47943d5fc6fceeeac0950
Clean up the drag and drop code and allow ripping off the Dive Profile

Linus had used some deprecated interfcase and didn't correctly untangle
the new window that he created (hiding it the window... very nifty).

I think I'm closer to the real solution with a data structure that keeps
track of the components of the new top level window that I need to be able
to untangle (and eventually, destroy) at the end.

The one error I also can't seem to get rid of is the
Clean up the drag and drop code and allow ripping of the Dive Profile

Gtk-CRITICAL **: IA__gtk_selection_data_set: assertion `length <= 0' failed

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
gtk-gui.c