Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from matthewvogt/fix-fetch
Browse files Browse the repository at this point in the history
[libcontacts] Do not postpone fetching indefinitely
  • Loading branch information
matthewvogt committed Jul 26, 2013
2 parents 7206f20 + 27185cb commit 4123ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seasidecache.cpp
Expand Up @@ -204,6 +204,7 @@ SeasideCache::SeasideCache()
instancePtr = this;

m_timer.start();
m_fetchPostponed.invalidate();

#ifdef HAS_MLITE
connect(&m_displayLabelOrderConf, SIGNAL(valueChanged()), this, SLOT(displayLabelOrderChanged()));
Expand Down

0 comments on commit 4123ad5

Please sign in to comment.