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:
parent
8ac2ca890f
commit
3b5443a62d
@ -737,7 +737,7 @@ void Containment::dropEvent(QGraphicsSceneDragDropEvent *event)
|
|||||||
|
|
||||||
if (appletList.isEmpty()) {
|
if (appletList.isEmpty()) {
|
||||||
// no special applet associated with this mimetype, let's
|
// no special applet associated with this mimetype, let's
|
||||||
addApplet("url", args, 0, geom);
|
addApplet("icon", args, 0, geom);
|
||||||
} else {
|
} else {
|
||||||
//TODO: should we show a dialog here to choose which plasmoid load if
|
//TODO: should we show a dialog here to choose which plasmoid load if
|
||||||
//appletList.count() > 0?
|
//appletList.count() > 0?
|
||||||
|
Loading…
Reference in New Issue
Block a user