extragear/multimedia/amarok/src/amarokcore
Mark Kretschmann
kretschmann at kde.org
Wed Apr 30 15:06:41 CEST 2008
SVN commit 802745 by markey:
Fix backtraces. KTemporaryFile requires an explicit call to open(), as opposed to K3TempFile.
CCMAIL: amarok-devel at kde.org
M +1 -1 crashhandler.cpp
--- trunk/extragear/multimedia/amarok/src/amarokcore/crashhandler.cpp #802744:802745
@@ -146,7 +146,7 @@
/// obtain the backtrace with gdb
KTemporaryFile temp;
- temp.setAutoRemove( true );
+ temp.open();
const int handle = temp.handle();
More information about the Amarok-devel
mailing list