[SCM] Kingston update notifier (update-notifier-kde) branch, master, updated. bcf726b0decd5ca99e6003a65263ea8cceaef225

Sune Vuorela pusling-guest at alioth.debian.org
Thu Jun 10 12:20:57 UTC 2010


The following commit has been merged in the master branch:
commit 2c5d110750890a452071f425615ed81019a52ddd
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Thu Jun 10 01:26:27 2010 +0200

    also initialize the timer immediately
---
 src/notifier.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/notifier.cpp b/src/notifier.cpp
index a3e457e..f719a7a 100644
--- a/src/notifier.cpp
+++ b/src/notifier.cpp
@@ -36,8 +36,8 @@
 
 
 notifier_t::notifier_t(const KComponentData& component_data, QObject* parent): QObject(parent),
-  m_component_data(component_data) {
-  m_reboot_nagger = new QTimer(this);
+  m_component_data(component_data),
+  m_reboot_nagger (new QTimer(this)) {
   m_reboot_nagger->setSingleShot(true);
   m_reboot_nagger->setInterval(60/*minutes*/ * 60/*seconds*/ * 1000/*msec*/);
   connect(m_reboot_nagger,SIGNAL(timeout()),SLOT(notify_reboot()));

-- 
Kingston update notifier (update-notifier-kde)



More information about the pkg-kde-commits mailing list