diff options
Diffstat (limited to 'audio/juk/files/patch-juk::collectionlist.cpp')
-rw-r--r-- | audio/juk/files/patch-juk::collectionlist.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/juk/files/patch-juk::collectionlist.cpp b/audio/juk/files/patch-juk::collectionlist.cpp new file mode 100644 index 000000000000..b466e773d7b2 --- /dev/null +++ b/audio/juk/files/patch-juk::collectionlist.cpp @@ -0,0 +1,13 @@ +--- juk/collectionlist.cpp.orig Sat Feb 15 08:36:32 2003 ++++ juk/collectionlist.cpp Mon Mar 3 12:24:34 2003 +@@ -131,8 +131,8 @@ + { + if(e->source() == this) + return; +- +- ++ else ++ decode(e); + } + + void CollectionList::contentsDragMoveEvent(QDragMoveEvent *e) |