Hello community,

here is the log from the commit of package kdebase4-workspace for openSUSE:13.1 
checked in at 2013-10-09 14:42:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/kdebase4-workspace (Old)
 and      /work/SRC/openSUSE:13.1/.kdebase4-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-workspace"

Changes:
--------
--- /work/SRC/openSUSE:13.1/kdebase4-workspace/kdebase4-workspace.changes       
2013-10-03 15:53:24.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.kdebase4-workspace.new/kdebase4-workspace.changes  
2013-10-09 14:42:46.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct  7 18:02:13 UTC 2013 - wba...@tmo.at
+
+- Added fix-click-on-trash-plasmoid.diff: Fix click on trashcan
+  plasmoid when on desktop and widgets are unlocked (kde#325330)
+
+-------------------------------------------------------------------

New:
----
  fix-click-on-trash-plasmoid.diff

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

Other differences:
------------------
++++++ kdebase4-workspace.spec ++++++
--- /var/tmp/diff_new_pack.QeYNhC/_old  2013-10-09 14:42:47.000000000 +0200
+++ /var/tmp/diff_new_pack.QeYNhC/_new  2013-10-09 14:42:47.000000000 +0200
@@ -149,6 +149,8 @@
 Patch67:        kscreensaver-disable-sessionmanagement.diff
 # PATCH-FIX-OPENSUSE helper_actions_syspath.patch -- disables 
org.kde.powerdevil.backlighthelper.syspath policy, until bnc#825256 gets 
resolved
 Patch1000:      helper_actions_syspath.patch
+# PATCH-FIX-UPSTREAM fix-click-on-trash-plasmoid.diff -- Fix click on trashcan 
plasmoid when on desktop and widgets are unlocked (kde#325330)
+Patch2000:      fix-click-on-trash-plasmoid.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{name}-branding = %{_kde_branding_version}
 Requires:       %{name}-ksysguardd = %{version}
@@ -367,6 +369,7 @@
 %if 0%{?suse_version} <= 1230
 %patch1000 -p1
 %endif
+%patch2000 -p0
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build

++++++ fix-click-on-trash-plasmoid.diff ++++++
diff --git plasma/desktop/applets/trash/trash.cpp 
plasma/desktop/applets/trash/trash.cpp
index d8007c0..56932db 100644
--- plasma/desktop/applets/trash/trash.cpp
+++ plasma/desktop/applets/trash/trash.cpp
@@ -88,8 +88,6 @@ Trash::~Trash()
 
 void Trash::init()
 {
-    registerAsDragHandle(m_icon);
-
     QGraphicsLinearLayout *layout = new QGraphicsLinearLayout(this);
     layout->setContentsMargins(0, 0, 0, 0);
     layout->setSpacing(0);


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

Reply via email to