]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.cpp
The apply button in the settings dialog now disables itself when settings are applied...
[dolphin.git] / src / dolphincontextmenu.cpp
index a7f7df36c53a4c9d3b43074531fdf68a2caae7c1..1d99f96373e7dcce4817954c7946dfc9b1eea1cc 100644 (file)
@@ -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.