From 70331186c82001a2652bf40e01d49dc8a8ac3a4b Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 15 Sep 2010 21:18:13 +0000 Subject: Commit 1/2 of new (and optional!) builtin desktop icons git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1175771 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/bookmarks/kbookmarkimporter_kde1.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kio/bookmarks/kbookmarkimporter_kde1.cc') diff --git a/kio/bookmarks/kbookmarkimporter_kde1.cc b/kio/bookmarks/kbookmarkimporter_kde1.cc index 510787ab1..49999e675 100644 --- a/kio/bookmarks/kbookmarkimporter_kde1.cc +++ b/kio/bookmarks/kbookmarkimporter_kde1.cc @@ -86,7 +86,13 @@ void KBookmarkImporter::scanIntern( TQDomElement & parentElem, const TQString & groupElem.setAttribute("toolbar","yes"); scanIntern( groupElem, file.path() ); } - else if ( res->name() == "application/x-desktop" ) + else if ( (res->name() == "application/x-desktop") + || (res->name() == "media/builtin-mydocuments") + || (res->name() == "media/builtin-mycomputer") + || (res->name() == "media/builtin-mynetworkplaces") + || (res->name() == "media/builtin-printers") + || (res->name() == "media/builtin-trash") + || (res->name() == "media/builtin-webbrowser") ) { KSimpleConfig cfg( file.path(), true ); cfg.setDesktopGroup(); -- cgit v1.2.1