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

Modified Files:
        wxIconManager.cpp wxMFolderDialogs.cpp 
Log Message:
wxDirExists->wxPathExists, IsAbsPath->wxIsAbsolutePath

Index: wxIconManager.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxIconManager.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -u -2 -r1.90 -r1.91
--- wxIconManager.cpp   12 Sep 2002 02:36:50 -0000      1.90
+++ wxIconManager.cpp   13 Oct 2002 12:24:53 -0000      1.91
@@ -455,6 +455,6 @@
          m_SubDir = DIR_SEPARATOR + subDir;
 
-         if ( !wxDirExists(m_GlobalDir + m_SubDir) &&
-               !wxDirExists(m_LocalDir + m_SubDir) )
+         if ( !wxPathExists(m_GlobalDir + m_SubDir) &&
+               !wxPathExists(m_LocalDir + m_SubDir) )
          {
             // save ourselves some time when searching - we don't risk to find

Index: wxMFolderDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMFolderDialogs.cpp,v
retrieving revision 1.170
retrieving revision 1.171
diff -b -u -2 -r1.170 -r1.171
--- wxMFolderDialogs.cpp        8 Sep 2002 19:23:09 -0000       1.170
+++ wxMFolderDialogs.cpp        13 Oct 2002 12:24:53 -0000      1.171
@@ -2068,5 +2068,5 @@
          {
             wxString mhRoot = MailFolder::InitializeMH();
-            if ( !value.StartsWith(mhRoot) && !IsAbsPath(value) )
+            if ( !value.StartsWith(mhRoot) && !wxIsAbsolutePath(value) )
             {
                value.Prepend(mhRoot);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to