diff options
| author | Dawit Alemayehu <[email protected]> | 2013-06-24 01:11:16 -0400 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2013-06-24 22:41:53 -0400 |
| commit | d72f5d2db72fcbf6d631baa56f5fcd9f7c7a51f9 (patch) | |
| tree | e23a9685876bc06c8b670abbe1acfaf3adaa8d99 /src/dolphincontextmenu.h | |
| parent | 51b978f7fd7ed02b509f34f2579bf016f78bc5e0 (diff) | |
Do not show "Move To Trash" action in context menu for remote URLs.
BUG: 261762
REVIEW: 111206
FIXED-IN: 4.11
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 160f08804..180f91787 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -101,7 +101,7 @@ private: void openItemContextMenu(); void openViewportContextMenu(); - void insertDefaultItemActions(); + void insertDefaultItemActions(const KFileItemListProperties&); /** * Adds the "Show menubar" action to the menu if the |
