Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22213/src/gui

Modified Files:
        wxMApp.cpp 
Log Message:
don't call EnableAutoCheckOnline() twice under Windows (bug 878)

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.286
retrieving revision 1.287
diff -b -u -2 -r1.286 -r1.287
--- wxMApp.cpp  21 Jan 2004 16:11:22 -0000      1.286
+++ wxMApp.cpp  10 Feb 2004 18:48:32 -0000      1.287
@@ -1893,8 +1893,11 @@
       }
 
+      // under Windows it autostarts itself
+#ifndef OS_WIN
       if(! m_OnlineManager->EnableAutoCheckOnlineStatus(60))
       {
          wxLogError(_("Cannot activate auto-check for dial-up network status."));
       }
+#endif // !OS_WIN
 
       String beaconhost = READ_APPCONFIG(MP_BEACONHOST);



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to