two bugfixes:
authorUlf Lamping <ulf.lamping@web.de>
Mon, 25 Jul 2005 18:02:32 +0000 (18:02 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Mon, 25 Jul 2005 18:02:32 +0000 (18:02 -0000)
commit39b2f7c4d936b4e257e6317ffad2f6f1330e9388
treedbcc55dc6dc4f8a6011019f1f6aff070c91ac368
parent1894f6a949674a2ff2e47421c0ed1b7d980339c0
two bugfixes:
- don't use GtkSelectionData after returned to GTK, as it might free this data immediately (copy the data instead and free it after usage)
- fix return value handling for DnD merge, so it will work again

svn path=/trunk/; revision=15056
gtk/drag_and_drop.c
gtk/main.h