aboutsummaryrefslogtreecommitdiff
path: root/lib/components/scan.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-17 12:37:58 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-17 12:37:58 +0000
commitabea0c85ea0e0f9e7197664b70753fbe5f110b8d (patch)
tree9f73d5134e0db9fc88e461bd0e5c3d8f9dfbc7ce /lib/components/scan.cpp
parentc70c76acafaf93b586294b0057ec8f79daf4dea2 (diff)
downloadenigma2-abea0c85ea0e0f9e7197664b70753fbe5f110b8d.tar.gz
enigma2-abea0c85ea0e0f9e7197664b70753fbe5f110b8d.zip
save lamedb after scan
Diffstat (limited to 'lib/components/scan.cpp')
-rw-r--r--lib/components/scan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp
index 6676af51..2f3c4d62 100644
--- a/lib/components/scan.cpp
+++ b/lib/components/scan.cpp
@@ -28,6 +28,7 @@ void eComponentScan::scanEvent(int evt)
} else
{
m_scan->insertInto(db);
+ db->flush();
eDebug("scan done!");
}
}