nautilus r15173 - in trunk: . cut-n-paste-code/libegg



Author: cosimoc
Date: Wed Apr  8 14:29:25 2009
New Revision: 15173
URL: http://svn.gnome.org/viewvc/nautilus?rev=15173&view=rev

Log:
2009-04-08  Cosimo Cecchi  <cosimoc gnome org>

	* cut-n-paste-code/libegg/eggtreemultidnd.c:
	(egg_tree_multi_drag_source_get_type),
	(egg_tree_multi_drag_motion_event):
	Update the eggtreemultidnd.[ch] from libegg trunk (#560335).


Modified:
   trunk/ChangeLog
   trunk/cut-n-paste-code/libegg/eggtreemultidnd.c

Modified: trunk/cut-n-paste-code/libegg/eggtreemultidnd.c
==============================================================================
--- trunk/cut-n-paste-code/libegg/eggtreemultidnd.c	(original)
+++ trunk/cut-n-paste-code/libegg/eggtreemultidnd.c	Wed Apr  8 14:29:25 2009
@@ -17,6 +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"
@@ -56,7 +60,7 @@
 
   if (!our_type)
     {
-      static const GTypeInfo our_info =
+      const GTypeInfo our_info =
       {
         sizeof (EggTreeMultiDragSourceIface), /* class_size */
 	NULL,		/* base_init */
@@ -315,7 +319,7 @@
 	{
 
 	  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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]