From 1342fdb9a71510d6ac0381ae002c33bdea50a947 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sat, 3 Mar 2012 11:40:16 -0500 Subject: [PATCH] Revert "disable break for a sec" This reverts commit 2cc4fccd66e86a3fa7dfa0c88615e630ca0edcb5. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a3bc52df7..1c20c03a6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,7 +96,7 @@ main( int argc, char *argv[] ) #endif #ifndef ENABLE_HEADLESS - //new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() ); + new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() ); #endif KDSingleApplicationGuard guard( &a, KDSingleApplicationGuard::AutoKillOtherInstances );