restore the ability co create desktop icon with drag and drop

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=755067
This commit is contained in:
Marco Martin 2007-12-31 11:19:34 +00:00
parent 8ac2ca890f
commit 3b5443a62d

View File

@ -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?