┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-02 05:26:01 +0000
committerPeter Penz <[email protected]>2007-04-02 05:26:01 +0000
commit55f6f1d4114d4602b32f33237ba1f800a16c1c5d (patch)
treeb4d1299f81ceac94ab2070c91ad98f339fd13402 /src
parentbbc814c7fa79b545ceef3e6f7eaf00398eef896c (diff)
don't force a confirmation for deleting in Dolphin if the user has turned it off globally for KDE
svn path=/trunk/KDE/kdebase/apps/; revision=649112
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 767db820d..7485aa42d 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -464,7 +464,7 @@ void DolphinMainWindow::deleteItems()
const KUrl::List list = m_activeView->selectedUrls();
const bool del = KonqOperations::askDeleteConfirmation(list,
KonqOperations::DEL,
- KonqOperations::FORCE_CONFIRMATION,
+ KonqOperations::DEFAULT_CONFIRMATION,
this);
if (del) {