diff options
| author | David Faure <[email protected]> | 2007-11-17 00:08:54 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-11-17 00:08:54 +0000 |
| commit | 8578ad1e751d218b40c49a601934a23d8ecd027d (patch) | |
| tree | 9d486cf3620757d56f320dcefe80d99440d6e752 /src/dolphinpart.rc | |
| parent | 3a1d98a8eb1c758859152a27c7bb697d8d0162e9 (diff) | |
Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for those out of konqueror.
Inside dolphin, the usual: moving code to DolphinView.
Pressing shift while clicking on "Move to Trash" in konq (dolphinpart) offers to delete, as in kde3 (this bit of logic might be good for dolphin itself too? see DolphinPart::slotTrashActivated)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=737682
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index f1d4652e5..3344db227 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,9 +1,11 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphinpart" version="4" > +<kpartgui name="dolphinpart" version="5" > <MenuBar> <Menu name="edit"> <Action name="rename"/> - <!-- TODO trash, del --> + <Action name="move_to_trash" /> + <Action name="delete"/> + <Separator /> <Action name="select_all" /> <Action name="invert_selection" /> </Menu> |
