lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Re: Options menu clutter.


From: Foteos Macrides
Subject: Re: LYNX-DEV Re: Options menu clutter.
Date: Thu, 12 Dec 1996 10:26:08 -0500 (EST)

address@hidden wrote:
>I just compiled lynx2-6 + mods 12-11-96 on linux.
>When i press the 'd' key to download something,
>it says "you cannot download an upload option".
>
>What does this mean?
>
>I did'nt replace my lynx.cfg file from 2-6 with
>the one from the mods 12-11-96, could this be
>the problem?

        No.  It was another one-character typo, this time an '!'.
I've modifed a least another 30 files this week, so let's hope
that's the only typo. :) :)  The patch is appended, and I'll
update the mods zip later today.

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================

*** lynx2-6/src/LYMainLoop.c    Thu Dec 12 08:09:22 1996
--- lynx2-6/src/LYMainLoop.c.orig       Thu Dec 11 16:19:04 1996
***************
*** 3308,3314 ****
                    }
  
  #ifdef DIRED_SUPPORT
!               } else if (!strcmp((curdoc.title ? curdoc.title : ""),
                                  UPLOAD_OPTIONS_TITLE)) {
                    if (old_c != real_c)        {
                        old_c = real_c;
--- 3308,3314 ----
                    }
  
  #ifdef DIRED_SUPPORT
!               } else if (strcmp((curdoc.title ? curdoc.title : ""),
                                  UPLOAD_OPTIONS_TITLE)) {
                    if (old_c != real_c)        {
                        old_c = real_c;
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]