~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric-updates

« back to all changes in this revision

Viewing changes to applets/timer/timer.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-01-11 09:51:45 UTC
  • mfrom: (0.7.13)
  • Revision ID: package-import@ubuntu.com-20120111095145-sucrb476vvuzfate
Tags: 4:4.7.4-0ubuntu0.1
New upstream bugfix release (LP: #913928)

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    m_resetAction = new QAction(i18n("Reset"), this);
102
102
    m_resetAction->setEnabled(false);
103
103
    connect(m_resetAction, SIGNAL(triggered(bool)), this, SLOT(resetTimer()));
104
 
    createMenuAction();
105
104
 
106
105
    configChanged();
 
106
    createMenuAction();
107
107
}
108
108
 
109
109
void Timer::configChanged()