gtk+ r20277 - in branches/gtk-2-12: . gtk



Author: matthiasc
Date: Mon Jun  2 21:49:26 2008
New Revision: 20277
URL: http://svn.gnome.org/viewvc/gtk+?rev=20277&view=rev

Log:
        * gtk/gtkfilechooserdefault.c: (create_file_list): Add GDK_ACTION_MOVE
        to the drag actions to allow trash (#137717).



Modified:
   branches/gtk-2-12/ChangeLog
   branches/gtk-2-12/gtk/gtkfilechooserdefault.c

Modified: branches/gtk-2-12/gtk/gtkfilechooserdefault.c
==============================================================================
--- branches/gtk-2-12/gtk/gtkfilechooserdefault.c	(original)
+++ branches/gtk-2-12/gtk/gtkfilechooserdefault.c	Mon Jun  2 21:49:26 2008
@@ -4632,7 +4632,7 @@
 					  GDK_BUTTON1_MASK,
 					  file_list_source_targets,
 					  num_file_list_source_targets,
-					  GDK_ACTION_COPY);
+					  GDK_ACTION_COPY | GDK_ACTION_MOVE);
 
   g_signal_connect (selection, "changed",
 		    G_CALLBACK (list_selection_changed), impl);



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