commit plasma-addons for openSUSE:12.3
Hello community, here is the log from the commit of package plasma-addons for openSUSE:12.3 checked in at 2013-02-20 17:44:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/plasma-addons (Old) and /work/SRC/openSUSE:12.3/.plasma-addons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "plasma-addons", Maintainer is "kde-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:12.3/plasma-addons/plasma-addons.changes 2013-02-12 12:55:13.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.plasma-addons.new/plasma-addons.changes 2013-02-20 17:44:39.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Feb 20 11:39:31 UTC 2013 - hrvoje.senjan@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.8CUESK/_old 2013-02-20 17:44:39.000000000 +0100 +++ /var/tmp/diff_new_pack.8CUESK/_new 2013-02-20 17:44:39.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.narvaez@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+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de