┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphincontextmenu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp
index a7f7df36c..1d99f9637 100644
--- a/src/dolphincontextmenu.cpp
+++ b/src/dolphincontextmenu.cpp
@@ -60,7 +60,8 @@ DolphinContextMenu::DolphinContextMenu(DolphinMainWindow* parent,
m_capabilities(0),
m_fileInfo(fileInfo),
m_baseUrl(baseUrl),
- m_context(NoContext)
+ m_context(NoContext),
+ m_copyToMenu(parent)
{
// The context menu either accesses the URLs of the selected items
// or the items itself. To increase the performance both lists are cached.