Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv10710/src/gui

Modified Files:
        wxFolderView.cpp 
Log Message:
don't say that the folder is already opened when it had been closed


Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.577
retrieving revision 1.578
diff -b -u -2 -r1.577 -r1.578
--- wxFolderView.cpp    14 Apr 2002 12:16:55 -0000      1.577
+++ wxFolderView.cpp    14 Apr 2002 13:42:09 -0000      1.578
@@ -3486,5 +3486,5 @@
 
 void
-wxFolderView::Clear(bool keepTheViewer)
+wxFolderView::DoClear(bool keepTheViewer)
 {
    // remember the last selected item, if any, and if we use/need it
@@ -3664,5 +3664,5 @@
    // a new folder soon: this avoids flicker but still ensures that we close
    // the current viewer if we are not going to open any folder
-   Clear(mf != NULL);
+   DoClear(mf != NULL);
 
    if ( mf )


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to