diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-am')
-rw-r--r-- | x11/kdebase3/patches/patch-am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-am b/x11/kdebase3/patches/patch-am new file mode 100644 index 00000000000..79d3f8af6a1 --- /dev/null +++ b/x11/kdebase3/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.14 2005/06/16 01:11:04 markd Exp $ + +--- kicker/taskbar/taskcontainer.cpp.orig 2005-05-24 00:14:10.000000000 +1200 ++++ kicker/taskbar/taskcontainer.cpp +@@ -805,7 +805,7 @@ void TaskContainer::performAction( TaskB + { + // activate next + ++it; +- if (it != itEnd) ++ if (it == itEnd) + { + it = m_filteredTasks.begin(); + } |