diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-08 16:57:14 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-08 16:57:14 -0500 |
| commit | 534ba7f879c28f4ee283b9f14f3477b462effd77 (patch) | |
| tree | e526a15a655b7281960cf076769b988029dc6e39 | |
| parent | 0c399be5ffd18519c8eedd8c7662594d19c25862 (diff) | |
| download | amarok-534ba7f879c28f4ee283b9f14f3477b462effd77.tar.gz amarok-534ba7f879c28f4ee283b9f14f3477b462effd77.zip | |
Use updated DrKonqi instead of internal crash handler
This resolves Bug 1379
| -rw-r--r-- | amarok/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/main.cpp b/amarok/src/main.cpp index d40b5695..27482a93 100644 --- a/amarok/src/main.cpp +++ b/amarok/src/main.cpp @@ -22,7 +22,7 @@ #include "metadata/tplugins.h" -//#define AMAROK_USE_DRKONQI +#define AMAROK_USE_DRKONQI extern class TDEAboutData aboutData; //defined in amarokcore/app.cpp |
