Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7152/src/gui
Modified Files:
wxSubfoldersDialog.cpp
Log Message:
made GetLogicalMailboxName() static
Index: wxSubfoldersDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxSubfoldersDialog.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -b -u -2 -r1.85 -r1.86
--- wxSubfoldersDialog.cpp 4 Jul 2005 12:03:41 -0000 1.85
+++ wxSubfoldersDialog.cpp 6 Jul 2005 22:00:01 -0000 1.86
@@ -449,9 +449,5 @@
case MF_FILE:
case MF_IMAP:
- {
- MailFolder_obj mf(m_mailFolder->GetMailFolder());
- if ( mf )
- m_folderPath = mf->GetLogicalMailboxName(m_folderPath);
- }
+ m_folderPath = MailFolder::GetLogicalMailboxName(m_folderPath);
break;
@@ -605,5 +601,5 @@
String namePhysical = name;
- name = mf->GetLogicalMailboxName(name);
+ name = MailFolder::GetLogicalMailboxName(name);
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates