From abea0c85ea0e0f9e7197664b70753fbe5f110b8d Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 17 Nov 2005 12:37:58 +0000 Subject: save lamedb after scan --- lib/components/scan.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/components') 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!"); } } -- cgit v1.2.3