]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.005
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.005
CommitLineData
b4704371
AF
1To: vim-dev@vim.org
2Subject: Patch 6.2.005
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.005
11Problem: GTK: the "Find" and "Find and Replace" tools don't work. (Aschwin
12 Marsman)
13Solution: Show the dialog after creating it. (David Necas)
14Files: 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--
40Time 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.080933 seconds and 4 git commands to generate.