diff --git a/corona.cpp b/corona.cpp index b0fdf940e..d7bdc2655 100644 --- a/corona.cpp +++ b/corona.cpp @@ -215,7 +215,8 @@ void Corona::addKaramba(const KUrl& path) void Corona::dragEnterEvent( QGraphicsSceneDragDropEvent *event) { kDebug() << "Corona::dragEnterEvent(QGraphicsSceneDragDropEvent* event)" << endl; - if (event->mimeData()->hasFormat("text/x-plasmoidservicename")) { + if (event->mimeData()->hasFormat("text/x-plasmoidservicename") || + KUrl::List::canDecode(event->mimeData())) { event->acceptProposedAction(); //TODO Create the applet, move to mouse position then send the // following event to lock it to the mouse