From 3b5443a62d87dce3b66d3dc2bcd1be4a2ecacfd7 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 31 Dec 2007 11:19:34 +0000 Subject: [PATCH] restore the ability co create desktop icon with drag and drop svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=755067 --- containment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment.cpp b/containment.cpp index 65b83562c..915be53e9 100644 --- a/containment.cpp +++ b/containment.cpp @@ -737,7 +737,7 @@ void Containment::dropEvent(QGraphicsSceneDragDropEvent *event) if (appletList.isEmpty()) { // no special applet associated with this mimetype, let's - addApplet("url", args, 0, geom); + addApplet("icon", args, 0, geom); } else { //TODO: should we show a dialog here to choose which plasmoid load if //appletList.count() > 0?