use setUrls rather than emit the signal
svn path=/trunk/KDE/kdelibs/; revision=1217119
This commit is contained in:
parent
abae2d7686
commit
f338cf6a16
@ -1585,7 +1585,7 @@ void ContainmentPrivate::mimeTypeRetrieved(KIO::Job *job, const QString &mimetyp
|
|||||||
|
|
||||||
if (wallpaper) {
|
if (wallpaper) {
|
||||||
kDebug() << "Wallpaper dropped:" << tjob->url();
|
kDebug() << "Wallpaper dropped:" << tjob->url();
|
||||||
emit wallpaper->urlDropped(tjob->url());
|
wallpaper->setUrls(KUrl::List() << tjob->url());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
addApplet(actionsToApplets[choice], args, QRectF(posi, QSize()));
|
addApplet(actionsToApplets[choice], args, QRectF(posi, QSize()));
|
||||||
|
Loading…
Reference in New Issue
Block a user