pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] check for new headers not working...


From: Charles Kerr
Subject: Re: [Pan-users] check for new headers not working...
Date: Tue, 25 Mar 2003 00:30:15 -0800
User-agent: Mutt/1.3.20i

On Mon, Mar 24, 2003 at 11:56:07PM -0800, Chris Petersen wrote:
> > After deleting my config.xml and trying prefs-change-apply-ok-prefs
> > as you suggest, I'm not able to duplicate the problem.  Could you give
> > a more step-by-step recipe?
> 
> Not really sure.  I change one or several of those three "load headers"
> selections, ok (apply is obviously redundant), and then go back to
> prefs.  sometimes they change, sometimes they don't. As best as I can
> tell, the first two don't stick - sometimes selecting the first two
> leaves the third checked, sometimes they all get disabled.  thus, as far
> as I can tell, either I get all three enabled, or only get the first one
> enabled (or possibly all disabled - haven't tried that one yet).

Ah, I see.  Fixed in CVS:

Index: prefs.c
===================================================================
RCS file: /cvs/gnome/pan/pan/prefs.c,v
retrieving revision 1.340
diff -u -r1.340 prefs.c
--- prefs.c     24 Mar 2003 00:09:14 -0000      1.340
+++ prefs.c     25 Mar 2003 08:29:10 -0000
@@ -642,7 +642,7 @@
  
        update_entry_and_bool_from_toggle_button (
                &fetch_new_and_bodies_on_startup,
-               KEY_FETCH_NEW_FROM_SUBSCRIBED_ON_STARTUP,
+               KEY_FETCH_NEW_AND_BODIES_ON_STARTUP,
                win->fetch_new_and_bodies_on_startup_cbutton);
  
        if (update_entry_and_bool_from_toggle_button (

Time for bed.

-- 
cheers,
Charles




reply via email to

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