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

Sune Vuorela pusling-guest at alioth.debian.org
Mon Jul 19 20:04:58 UTC 2010


The following commit has been merged in the master branch:
commit f9bcc36cfe5de80e608ba92e9ee0187a75866966
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Mon Jul 19 22:04:19 2010 +0200

    Fix segfault in notifier when *not* copying the kcomponentdata
---
 debian/changelog |    6 ++++++
 src/notifier.h   |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f79e55d..8f9e132 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kingston-update-notifier (1.2) unstable; urgency=low
+
+  * Fix segfault. Closes: #589491
+
+ -- Sune Vuorela <sune at debian.org>  Mon, 19 Jul 2010 20:48:13 +0200
+
 kingston-update-notifier (1.1) unstable; urgency=low
 
   * Improve messages, mostly by Pino Toscano.
diff --git a/src/notifier.h b/src/notifier.h
index 5de09c3..f234ad9 100644
--- a/src/notifier.h
+++ b/src/notifier.h
@@ -43,7 +43,7 @@ class notifier_t : public QObject{
     void notify_reboot();
   private:
     void show_update_notification(const QString& title, const QString& message, const QString& iconname);
-    const KComponentData& m_component_data;
+    KComponentData m_component_data;
     QTimer* m_reboot_nagger;
     QWeakPointer<KNotification> m_upgrade_notification;
 };

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



More information about the pkg-kde-commits mailing list