]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.134
- new: 7.3.252
[packages/vim.git] / 7.3.134
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    ///
This page took 0.035511 seconds and 3 git commands to generate.