This is a multi-part message in MIME format. --------------070903000900020601060207 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit Hi, all when you drag more than one desktop files from dolphin into quicklaunch, the last desktop will not be inserted into quicklaunch. And the author comments "if there are more than one the last is junk". I don't understand it, so I delete it. Regards -- ÅËÎÀƽ(Peter Pan) Red Flag Software Co., Ltd --------------070903000900020601060207 Content-Type: text/x-patch; name="kdebase-quicklaunch-delete-last.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kdebase-quicklaunch-delete-last.patch" Index: quicklaunchApplet.cpp =================================================================== --- quicklaunchApplet.cpp (revision 1010790) +++ quicklaunchApplet.cpp (working copy) @@ -664,11 +664,6 @@ return false; } - //if there are more than one the last is junk - if (urls.count() > 1) { - urls.removeLast(); - } - foreach (const KUrl &url, urls) { if (KDesktopFile::isDesktopFile(url.toLocalFile())) { addProgram(pos, url.toLocalFile(), true); --------------070903000900020601060207 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel --------------070903000900020601060207--