On Mon, 23 Jul 2012 05:35:46 -0500
Will <whans...@sbcglobal.net> 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);
//  }

_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to