Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-02-20 17:44:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-addons (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-addons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-addons", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes      
2013-02-12 12:55:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-02-20 17:44:30.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb 20 11:39:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added initialize_m_list_variable.diff that fixes crashing of 
+  plasma-desktop when user has paste widget in systray 
+  (kde#312075), (bnc#802972)
+
+-------------------------------------------------------------------

New:
----
  initialize_m_list_variable.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma-addons.spec ++++++
--- /var/tmp/diff_new_pack.vtGGl4/_old  2013-02-20 17:44:33.000000000 +0100
+++ /var/tmp/diff_new_pack.vtGGl4/_new  2013-02-20 17:44:33.000000000 +0100
@@ -32,6 +32,8 @@
 Patch3:         notes.diff
 #PATCH-FIX-OPENSUSE weather_fix.diff -- Use plasma theme colors for weather 
plasmoid's detail view
 Patch4:         weather_fix.diff
+# PATCH-FIX-UPSTREAM initialize_m_list_variable.diff -- Fixes crashing of 
plasma-desktop when user has paste widget in systray (kde#312075), (bnc#802972)
+Patch5:         initialize_m_list_variable.diff
 BuildRequires:  fdupes
 BuildRequires:  ibus-devel
 BuildRequires:  kdebase4-workspace-devel
@@ -126,6 +128,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
   %cmake_kde4 -d build

++++++ initialize_m_list_variable.diff ++++++
From: David E. Narváez <david.narv...@computer.org>
Date: Wed, 20 Feb 2013 02:10:09 +0000
Subject: Initialize m_list Variable
X-Git-Url: 
http://quickgit.kde.org/?p=kdeplasma-addons.git&a=commitdiff&h=51900bb85fa19ca4c008b4b242b2edc7b5f46789
---
Initialize m_list Variable

BUG: 312075
FIXED-IN: 4.10.1
---


--- a/applets/paste/paste.cpp
+++ b/applets/paste/paste.cpp
@@ -35,7 +35,7 @@
 #include <Plasma/Theme>
 
 Paste::Paste(QObject *parent, const QVariantList &args)
-    : Plasma::PopupApplet(parent, args), m_snippetConfig(0)
+    : Plasma::PopupApplet(parent, args), m_list(0), m_snippetConfig(0)
 {
     setHasConfigurationInterface(true);
     setAspectRatioMode(Plasma::IgnoreAspectRatio);


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to