pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] pan .139 starting with last viewed group from previous s


From: Will
Subject: Re: [Pan-users] pan .139 starting with last viewed group from previous session
Date: Mon, 23 Jul 2012 15:46:37 -0500

On Mon, 23 Jul 2012 05:35:46 -0500
Will <address@hidden> wrote:

> The new pan on start is opening the the last group I had opened from the 
> previous session. How do I disable this?
> -- 
i commented out the following section from gui.cc.  this seems to do what I 
wanted.
//  StringView last_group = gui->_prefs.get_string("last-visited-group", "");
//  if (!last_group.empty())
//  {
//    gui->_group_pane->read_group(last_group.str);
//  }



reply via email to

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