Skip to content

Commit

Permalink
Merge pull request #6 from special/master
Browse files Browse the repository at this point in the history
[time] Emit timeChanged when the display state changes
  • Loading branch information
special committed Nov 7, 2013
2 parents 7abeaf3 + 0ab3ac2 commit 4618bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nemowallclock_meego.cpp
Expand Up @@ -88,8 +88,10 @@ WallClockPrivateMeego::~WallClockPrivateMeego()

void WallClockPrivateMeego::onDisplayStatusChanged(const QString &status)
{
if (status == MCE_DISPLAY_ON_STRING)
if (status == MCE_DISPLAY_ON_STRING) {
update();
timeChanged();
}
}

QString WallClockPrivateMeego::timezone() const
Expand Down

0 comments on commit 4618bae

Please sign in to comment.