From f39e9621a034c65c0267746c82c25fc484f37def Mon Sep 17 00:00:00 2001 From: Leo Franchi <lfranchi@kde.org> Date: Wed, 28 Mar 2012 21:39:17 -0400 Subject: [PATCH] Uncomment out, oops --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4ad4ca4d4..204126210 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -124,7 +124,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 );