Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/toolbar-editor
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2008-11-11 23:37:07 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2008-11-11 23:37:07 (GMT)
commitffca5543a5bb550495dc0c6160b3c1cfdd4d51a9 (patch)
tree7a7b742f09584d884e9863bf02fa8aed7b54b48a /cut-n-paste/toolbar-editor
parent4d949ae6b49a39e8e8089c9fc3ae855e9a4c3460 (diff)
Updated from the libegg, see bug #559432 for details.
2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/toolbar-editor/eggtreemultidnd.c (egg_tree_multi_drag_motion_event): Updated from the libegg, see bug #559432 for details. svn path=/trunk/; revision=3262
Diffstat (limited to 'cut-n-paste/toolbar-editor')
-rw-r--r--cut-n-paste/toolbar-editor/eggtreemultidnd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/cut-n-paste/toolbar-editor/eggtreemultidnd.c b/cut-n-paste/toolbar-editor/eggtreemultidnd.c
index 8fabd18..a76a00f 100644
--- a/cut-n-paste/toolbar-editor/eggtreemultidnd.c
+++ b/cut-n-paste/toolbar-editor/eggtreemultidnd.c
@@ -17,7 +17,10 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
+
#include <string.h>
#include <gtk/gtk.h>
#include "eggtreemultidnd.h"
@@ -316,7 +319,7 @@ egg_tree_multi_drag_motion_event (GtkWidget *widget,
{
context = gtk_drag_begin (widget,
- di->source_target_list,
+ gtk_drag_source_get_target_list (widget),
di->source_actions,
priv_data->pressed_button,
(GdkEvent*)event);