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

List:       kde-commits
Subject:    KDE/kdepim/akregator/src
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-12-05 20:10:36
Message-ID: 1260043836.181458.12382.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1059103 by osterfeld:

merge from 4.3 branch
------------------------------------------------------------------------
r1002727 | osterfeld | 2009-07-26 22:59:19 +0200 (Sun, 26 Jul 2009) | 2 lines

Don't rely on solid telling us about the online state. Apparently Solid reports \
Disconnected state although the user is connected for some people, thus interval \
fetching did not work for them at all BUG:189394
------------------------------------------------------------------------


 M  +4 -0      mainwidget.cpp  


--- trunk/KDE/kdepim/akregator/src/mainwidget.cpp #1059102:1059103
@@ -749,9 +749,13 @@
 {
     if ( !m_feedList )
         return;
+#if 0
+    // the following solid check apparently doesn't work reliably and causes
+    // interval fetching not working although the user is actually online (but solid \
reports he's not  const Networking::Status status = Solid::Networking::status();
     if ( status != Networking::Connected && status != Networking::Unknown )
         return;
+#endif
     m_feedList->addToFetchQueue(Kernel::self()->fetchQueue(), true);
 }
 


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

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