Revision 699518

Go back to digest for 19th August 2007

Bug Fixes in KDE Base

Daniel Teske committed changes in /trunk/KDE/kdelibs/kio/bookmarks:

Fix how the ContextMenu are shown, to make it far easier to show a custom contextMenu for your bookmarks.
(This only affects Konqueror, which is also ported with this commit.)

And make the KBookmarkOwner API to enable/disable actions future proof. Instead of using one virtual function per action, use one virtual function with an enum parameter. (Which can be binary compatible extended.)

File Changes

Modified 7 files
  • /trunk/KDE/kdelibs/kio/bookmarks
  •   /kbookmarkmanager.cc
  •   /kbookmarkmanager.h
  •   /kbookmarkmenu.cc
  •   /kbookmarkmenu.h
  •   /kbookmarkmenu_p.h
  •   /konqbookmarkmenu.cc
  •   /konqbookmarkmenu.h
7 files changed in total