home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / unreleased / patches / 6.0ax.005 < prev    next >
Encoding:
Internet Message Format  |  2001-09-20  |  1.5 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0ax.005
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 6.0ax.005
  8. Problem:    Athena file selector keeps the title of the first invocation.
  9. Solution:   Set the title each time the file selector is opened. (David
  10.         Harrison)
  11. Files:        src/gui_at_fs.c
  12.  
  13.  
  14. *** ../vim60ax.4/src/gui_at_fs.c    Tue Sep 11 22:06:12 2001
  15. --- src/gui_at_fs.c    Fri Sep 21 09:42:19 2001
  16. ***************
  17. *** 2568,2574 ****
  18. --- 2568,2577 ----
  19.       SFcreateWidgets(toplevel, prompt, _("OK"), _("Cancel"));
  20.       }
  21.       else
  22. +     {
  23.       XtVaSetValues(selFilePrompt, XtNlabel, prompt, NULL);
  24. +     XtVaSetValues(selFile, XtNtitle, prompt, NULL);
  25. +     }
  26.   
  27.       XtVaSetValues(selFile, XtNx, x, XtNy, y, NULL);
  28.       XtMapWidget(selFile);
  29. *** ../vim60ax.4/src/version.c    Thu Sep 20 22:58:31 2001
  30. --- src/version.c    Fri Sep 21 09:45:16 2001
  31. ***************
  32. *** 608,609 ****
  33. --- 608,611 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     5,
  37.   /**/
  38.  
  39. -- 
  40. TIM: But follow only if you are men of valour.  For the entrance to this cave
  41.      is guarded by a monster, a creature so foul and cruel that no man yet has
  42.      fought with it and lived.  Bones of full fifty men lie strewn about its
  43.      lair ...
  44.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  45.  
  46.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  47. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  48.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  49.