]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.134.patch0
vim: Import latest patches from upstream.
[ipfire-3.x.git] / vim / patches / vim-7.3.134.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.134
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.134
11 Problem: Drag-n-drop doesn't work in KDE Dolphin.
12 Solution: Add GDK_ACTION_MOVE flag. (Florian Degner)
13 Files: src/gui_gtk_x11.c
14
15
16 *** ../vim-7.3.133/src/gui_gtk_x11.c 2011-02-25 15:15:43.000000000 +0100
17 --- src/gui_gtk_x11.c 2011-02-25 17:07:36.000000000 +0100
18 ***************
19 *** 3094,3100 ****
20 gtk_drag_dest_set(gui.drawarea,
21 GTK_DEST_DEFAULT_ALL,
22 targets, n_targets,
23 ! GDK_ACTION_COPY);
24 }
25
26 /*
27 --- 3094,3100 ----
28 gtk_drag_dest_set(gui.drawarea,
29 GTK_DEST_DEFAULT_ALL,
30 targets, n_targets,
31 ! GDK_ACTION_COPY | GDK_ACTION_MOVE);
32 }
33
34 /*
35 *** ../vim-7.3.133/src/version.c 2011-02-25 16:52:13.000000000 +0100
36 --- src/version.c 2011-02-25 17:08:35.000000000 +0100
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40 { /* Add new patch number below this line */
41 + /**/
42 + 134,
43 /**/
44
45 --
46 Proverb: A nightingale that forgets the lyrics is a hummingbird.
47
48 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
49 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50 \\\ an exciting new programming language -- http://www.Zimbu.org ///
51 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///