Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13701/include/gui
Modified Files:
wxMainFrame.h
Log Message:
MainFrame::OpenFolder() used to decref the folder passed to it which was
completely unexpected and resulted in a bug in resume code; changed it and the
code using it to not do it any more which also fixed the bug
Index: wxMainFrame.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMainFrame.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -b -u -2 -r1.45 -r1.46
--- wxMainFrame.h 27 May 2006 16:27:12 -0000 1.45
+++ wxMainFrame.h 2 Jul 2006 12:23:13 -0000 1.46
@@ -54,5 +54,5 @@
// open the given folder in the integrated folder view (may be called
// multiple times) in read write (default) or read only mode
- void OpenFolder(MFolder *folder, bool readonly = false);
+ bool OpenFolder(MFolder *folder, bool readonly = false);
// close the given folder if it is opened
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates