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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/generic/dataengines/geolocation
From:       Artur Duque de Souza <asouza () kde ! org>
Date:       2010-08-28 19:34:35
Message-ID: 20100828193435.61432AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1169243 by asouza:

Fix condition to try again when network is up

This is the right condition. This way the dataengine will try
to fetch the location when network is available again.



 M  +1 -1      geolocation.cpp  


--- trunk/KDE/kdebase/workspace/plasma/generic/dataengines/geolocation/geolocation.cpp \
#1169242:1169243 @@ -110,7 +110,7 @@
 void Geolocation::networkStatusChanged()
 {
     m_networkStatus = Solid::Networking::status();
-    if (m_networkStatus == Solid::Networking::Connected || m_networkStatus == \
Solid::Networking::Unknown) { +    if (m_networkStatus == \
(Solid::Networking::Connected || Solid::Networking::Unknown)) {  \
updatePlugins(GeolocationProvider::NetworkConnected);  }
 }


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

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