]> cloud.milkyroute.net Git - dolphin.git/commit
When dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true although...
authorPeter Penz <peter.penz19@gmail.com>
Sat, 13 Dec 2008 17:32:12 +0000 (17:32 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 13 Dec 2008 17:32:12 +0000 (17:32 +0000)
commit44d2f43a4047a0dbb3396dff53de2e36df3049f7
tree2c5db96fff00da91fe84882de75cf39aeea9432f
parent7fbc814147ed8d1e5f0b1677fc8808c3c2b6c22c
When dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true although the number of URLs is 0. I'll have to do further investigations to fix this in a clean way, but in the meantime this patch prevents opening an error dialog box.

CCBUG: 176580

svn path=/trunk/KDE/kdebase/apps/; revision=896517
src/draganddrophelper.cpp