[PATCH] fix KBookmarkManager interface name
David Faure
faure at kde.org
Wed Jun 14 09:00:34 BST 2006
On Wednesday 14 June 2006 04:32, Matt Rogers wrote:
> - QDBus::sessionBus().registerObject("KBookmarkManager-"+bookmarksFile, this);
> + QDBus::sessionBus().registerObject("/org/kde/KIO/KBookmarkManager", this);
There can be multiple instances of KBookmarkManager per process, for different bookmarks files
(e.g. one for konqueror's bookmarks and one for kfiledialog's bookmarks).
Please keep the bookmarksFile in the path, like "/org/kde/KIO/KBookmarkManager"+bookmarksFile
(iirc bookmarksFile is a full path)
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the kde-core-devel
mailing list