]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
Line drawing correction.
[wxWidgets.git] / src / common / fileconf.cpp
index 49f612750062956e0ae9097c1c3ae6d99388c741..acdc908251636d23872bb7b8b2fb9e28e30b2bb9 100644 (file)
@@ -49,9 +49,6 @@
 #if defined(__WXPM__)
   #define INCL_DOS
   #include <os2.h>
-  #define LINKAGEMODE _Optlink
-#else
-  #define LINKAGEMODE
 #endif
 
 #include  <stdlib.h>
@@ -764,7 +761,7 @@ bool wxFileConfig::Write(const wxString& key, long lValue)
 
 bool wxFileConfig::Flush(bool /* bCurrentOnly */)
 {
-  if ( LineListIsEmpty() || !m_pRootGroup->IsDirty() )
+  if ( LineListIsEmpty() || !m_pRootGroup->IsDirty() || !m_strLocalFile )
     return TRUE;
 
   wxTempFile file(m_strLocalFile);