]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.005
- use new bonobo patch (20040115)
[packages/vim.git] / 6.2.005
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.005
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.005
11 Problem:    GTK: the "Find" and "Find and Replace" tools don't work. (Aschwin
12             Marsman)
13 Solution:   Show the dialog after creating it.  (David Necas)
14 Files:      src/gui_gtk.c
15
16
17 *** ../vim-6.2.004/src/gui_gtk.c        Wed May 21 10:18:20 2003
18 --- src/gui_gtk.c       Mon Jun  2 20:43:33 2003
19 ***************
20 *** 2659,2664 ****
21 --- 2659,2665 ----
22       gui_gtk_position_in_parent(GTK_WIDGET(gui.mainwin),
23                                       GTK_WIDGET(frdp->dialog), VW_POS_MOUSE);
24       gui_gtk_synch_fonts();
25 +     gtk_widget_show_all(frdp->dialog);
26   #endif
27   
28   #ifdef HAVE_GTK2
29 *** ../vim-6.2.004/src/version.c        Mon Jun  2 22:20:28 2003
30 --- src/version.c       Mon Jun  2 22:22:30 2003
31 ***************
32 *** 632,633 ****
33 --- 632,635 ----
34   {   /* Add new patch number below this line */
35 + /**/
36 +     5,
37   /**/
38
39 -- 
40 Time is money.  Especially if you make clocks.
41
42  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
43 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
44 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
45  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///
This page took 0.032673 seconds and 3 git commands to generate.