]> www.fi.muni.cz Git - evince.git/commitdiff
Updated from the libegg, see bug #559432 for details.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Tue, 11 Nov 2008 23:37:07 +0000 (23:37 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Tue, 11 Nov 2008 23:37:07 +0000 (23:37 +0000)
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

ChangeLog
cut-n-paste/toolbar-editor/eggtreemultidnd.c

index 566d8ff180afc0094c0260dcb48923271ce72be8..c99b6c3618c1a0529bbb418d57b1847ce398e3d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * NEWS:
index 8fabd18bd07c709f447d5e2a14312b18bb88757a..a76a00f234ef61eaa93f392bb5076d5d0cb4cb05 100644 (file)
  * 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);