aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-09-02 22:50:05 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-09-02 22:50:05 +0000
commit94e20b4fa99280fc8fb0d7c4753286cefc32b114 (patch)
tree629816ecd18a246e18fc92868cb5b736e0e0c38e /main
parent2d40d85af18c3033e0248e67c8b997590dd07c4f (diff)
downloadenigma2-94e20b4fa99280fc8fb0d7c4753286cefc32b114.tar.gz
enigma2-94e20b4fa99280fc8fb0d7c4753286cefc32b114.zip
store lamedb ob enigma2 shutdown
Diffstat (limited to 'main')
-rw-r--r--main/enigma.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/enigma.cpp b/main/enigma.cpp
index f1eb6cc9..e669b19b 100644
--- a/main/enigma.cpp
+++ b/main/enigma.cpp
@@ -136,6 +136,7 @@ public:
~eMain()
{
+ m_dvbdb->save();
m_scan = 0;
}
};