[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. 330e7b5ff2c0db662e8d1ef022b54cf69480ff3b

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 17 21:31:48 UTC 2009


The following commit has been merged in the master branch:
commit 26c309e3e2b506c3176178c2cf9d41c2735abb3a
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 17 22:15:46 2009 +0100

    touch the trace file at the end

diff --git a/main.cpp b/main.cpp
index cbf19a7..62eb3f2 100644
--- a/main.cpp
+++ b/main.cpp
@@ -26,6 +26,11 @@ int main(int argc, char* argv[])
   }
   MigrationTool main;
   main.show();
-  return app.exec();
+  int exitvalue = app.exec();
+  if(exitvalue==0)
+  {
+//disable for debugging    QFile(QDir::homePath()+"/.local/kdebian3to4").open(QIODevice::WriteOnly);
+  }
+  return exitvalue;
 
 }

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list