1
0
forked from aniani/vim

updated for version 7.3.134

Problem:    Drag-n-drop doesn't work in KDE Dolphin.
Solution:   Add GDK_ACTION_MOVE flag. (Florian Degner)
This commit is contained in:
Bram Moolenaar 2011-02-25 17:10:27 +01:00
parent 4cf35c2fa4
commit ba7cc9f83f
2 changed files with 3 additions and 1 deletions

View 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);
}
/*

View File

@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
134,
/**/
133,
/**/