On Wed, 28 Apr 2004 04:05:28 -0700 Vadim Zeitlin <[EMAIL PROTECTED]> wrote:

> Modified Files:
>       wxFolderTree.cpp 
> Log Message:
> select the home folder initially in the tree

1. This change triggers a crash for me, because at some point in
   processing the folder change, the value of the m_tree member of
   the wxFolderTree instance is used, while this value has not yet
   been initialized because we are not yet out of the constructor of
   wxFolderTreeImpl. I therefore removed the call to GoToHomeFolderIfAny
   from this constructor, and moved it to weFolderTree::Init.

   Does this sound reasonable?

2. I have my 'home' folder set to my usual Inbox folder. But when M
   launches, it only selects the folder, rather than open it. This means
   that to actually get the content of the folder displayed, I have to
   select another folder, then come back... Pretty ackward.

-- 
Xavier Nodet
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." - Benjamin Franklin, 1759.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to