Date:2011-09-04 02:37:10 (12 years 6 months ago)
Author:Paul Cercueil
Commit:9768a74d0730ef4f2d3cc0e6bb70a74f80d896b6
Message:The conf file does not need to be saved on exit.

Files: src/gmenu2x.cpp (1 diff)

Change Details

src/gmenu2x.cpp
409409}
410410
411411GMenu2X::~GMenu2X() {
412    writeConfig();
413
414#ifdef PLATFORM_GP2X
415    if (fwType=="open2x") writeConfigOpen2x();
416#endif
417
418412    if (PowerSaver::isRunning())
419413        delete PowerSaver::getInstance();
420414    quit();

Archive Download the corresponding diff file



interactive