diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-03 16:46:40 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-03 16:46:40 +0000 |
commit | 6fab1031e2f5b165ed723adbc9d160303d8baece (patch) | |
tree | f22835c1d378234f817e0277dfa99fd45e2a18ad /audio/juk/files/patch-juk::collectionlist.cpp | |
parent | Update lang/ruby-devel to 1.8.0-preview2. (diff) |
New port juk version 1.0: JuK, a music manager and jukebox for KDE
Submitted by: Lauri Watts <lauri@kde.org>
Reviewed by: kde (members),
Scott Wheeler <wheeler@kde.org> (developer)
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) |