[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/network/kwlan
From:       Thomas Michel <tom.michel () arcor ! de>
Date:       2006-12-01 7:28:23
Message-ID: 1164958103.815941.27297.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 609510 by tommichel:

Fixed compile errors


 M  +1 -1      dialupclass.cpp  
 M  +1 -1      kwlaninterface.cpp  


--- trunk/extragear/network/kwlan/dialupclass.cpp #609509:609510
@@ -131,7 +131,7 @@
         
         return TRUE;
     } else {
-        KMessageBox::sorry(0,i18n(QString("Could not open file %1 for writing.\n \
Make sure you are in the dip group to have access to /etc/ppp.").arg(filename))); +   \
KMessageBox::sorry(0,QString(i18n("Could not open file %1 for writing.\n Make sure \
you are in the dip group to have access to /etc/ppp.")).arg(filename));  return \
FALSE;  }
 }
--- trunk/extragear/network/kwlan/kwlaninterface.cpp #609509:609510
@@ -212,7 +212,7 @@
     // If so, scheck whether interface address is equal to configured address
     if (!m_dhcpEnabled)
     {
-        if (m_IpAddress!=m_interfaceData.ipAddress)
+        if (m_staticIpAddress!=m_interfaceData.ipAddress)
         {
             m_ipConfigured = FALSE;
             checkConfig();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic