home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.0ax.005
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- ------------
-
- Patch 6.0ax.005
- Problem: Athena file selector keeps the title of the first invocation.
- Solution: Set the title each time the file selector is opened. (David
- Harrison)
- Files: src/gui_at_fs.c
-
-
- *** ../vim60ax.4/src/gui_at_fs.c Tue Sep 11 22:06:12 2001
- --- src/gui_at_fs.c Fri Sep 21 09:42:19 2001
- ***************
- *** 2568,2574 ****
- --- 2568,2577 ----
- SFcreateWidgets(toplevel, prompt, _("OK"), _("Cancel"));
- }
- else
- + {
- XtVaSetValues(selFilePrompt, XtNlabel, prompt, NULL);
- + XtVaSetValues(selFile, XtNtitle, prompt, NULL);
- + }
-
- XtVaSetValues(selFile, XtNx, x, XtNy, y, NULL);
- XtMapWidget(selFile);
- *** ../vim60ax.4/src/version.c Thu Sep 20 22:58:31 2001
- --- src/version.c Fri Sep 21 09:45:16 2001
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 5,
- /**/
-
- --
- TIM: But follow only if you are men of valour. For the entrance to this cave
- is guarded by a monster, a creature so foul and cruel that no man yet has
- fought with it and lived. Bones of full fifty men lie strewn about its
- lair ...
- "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- ((( Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim )))
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-