Index: head/deskutils/superkaramba-kde4/files/patch-src_taskmanager.cpp =================================================================== --- head/deskutils/superkaramba-kde4/files/patch-src_taskmanager.cpp (nonexistent) +++ head/deskutils/superkaramba-kde4/files/patch-src_taskmanager.cpp (revision 479188) @@ -0,0 +1,15 @@ +--- src/taskmanager.cpp.orig 2018-09-07 12:19:36 UTC ++++ src/taskmanager.cpp +@@ -908,10 +908,10 @@ bool Task::idMatch(const QString& id1, c + if (id1.isEmpty() || id2.isEmpty()) + return false; + +- if (id1.contains(id2) > 0) ++ if (id1.contains(id2)) + return true; + +- if (id2.contains(id1) > 0) ++ if (id2.contains(id1)) + return true; + + return false; Property changes on: head/deskutils/superkaramba-kde4/files/patch-src_taskmanager.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property