Revision 5d12877...

Go back to digest for 30th March 2014

Bug Fixes in KDE-PIM

Christian Mollekopf committed changes in [kdepimlibs/KDE/4.13] akonadi/agentbase.cpp:

Avoid setting the Agent online if it needs network but there is none.

Without this patch an agent is online initially and only reacts to subsequent,
online status changes. This cause for example the imap resource to go online
when started without network connection (resulting in a wrong initial status),
and as the imap resource tried to connect and failed, it set itself to offline,
resulting in it not reacting to the network becoming available.

With this patch all network detection code can be removed from the imap resource
and it properly reacts to network changes.


REVIEW: 117008

File Changes

Modified 1 files
  • akonadi/agentbase.cpp
1 files changed in total