]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.134 v7.3.134
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 16:10:27 +0000 (17:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 16:10:27 +0000 (17:10 +0100)
Problem:    Drag-n-drop doesn't work in KDE Dolphin.
Solution:   Add GDK_ACTION_MOVE flag. (Florian Degner)

src/gui_gtk_x11.c
src/version.c

index 5c6e831a750fb6f647cf0f8bec217225f6a331df..0454afb7b7a552b9c501421253c229d7a391ed46 100644 (file)
@@ -3094,7 +3094,7 @@ gui_gtk_set_dnd_targets(void)
     gtk_drag_dest_set(gui.drawarea,
                      GTK_DEST_DEFAULT_ALL,
                      targets, n_targets,
-                     GDK_ACTION_COPY);
+                     GDK_ACTION_COPY | GDK_ACTION_MOVE);
 }
 
 /*
index 42be40af59356bf4eef674111557482562569f6c..163bf295b9688b5a02666360de32879746aff2ad 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    134,
 /**/
     133,
 /**/