]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.134
- new: 7.3.270
[packages/vim.git] / 7.3.134
CommitLineData
7fd9e930
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.134
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.134
11Problem: Drag-n-drop doesn't work in KDE Dolphin.
12Solution: Add GDK_ACTION_MOVE flag. (Florian Degner)
13Files: 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--
46Proverb: 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 ///
This page took 0.323607 seconds and 4 git commands to generate.