updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / slade-svn / slade-svn-linux.patch
blob0c2cd4fb9b19362c29b9885e47bce3f5a19e8c38
1 diff -ur slade.orig/src/EntryOperations.cpp slade/src/EntryOperations.cpp
2 --- slade.orig/src/EntryOperations.cpp 2011-08-16 08:38:51.000000000 +0200
3 +++ slade/src/EntryOperations.cpp 2011-08-16 08:45:07.000000000 +0200
4 @@ -389,7 +389,7 @@
5 * archive if any changes are made to it in DB2
6 *******************************************************************/
7 bool EntryOperations::openMapDB2(ArchiveEntry* entry) {
8 - // First up, check for DB2 location registry key
9 +/* // First up, check for DB2 location registry key
10 wxRegKey key(wxRegKey::HKLM, "SOFTWARE\\CodeImp\\Doom Builder");
11 string path;
12 key.QueryValue("Location", path);
13 @@ -456,9 +456,9 @@
15 // Run DB2
16 FileMonitor* fm = new DB2MapFileMonitor(filename, entry->getParent(), CHR(entry->getName(true)));
17 - wxExecute(cmd, wxEXEC_ASYNC, fm->getProcess());
18 + wxExecute(cmd, wxEXEC_ASYNC, fm->getProcess());*/
20 - return true;
21 + return false;
24 /* EntryOperations::modifyalPhChunk