blob: 377c65947f51e4585e353d9ea14a29e495276610 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gvcore/fileopobject.cpp.orig Mon Sep 18 03:19:50 2006
+++ src/gvcore/fileopobject.cpp Mon Sep 18 03:20:10 2006
@@ -229,7 +229,7 @@
if (!dlg.exec()) return;
shouldDelete = dlg.shouldDelete();
} else {
- shouldDelete = not FileOperationConfig::deleteToTrash();
+ shouldDelete = !FileOperationConfig::deleteToTrash();
}
|