From 9ec2097450028f5e17bb88966986abe509778eb7 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Mon, 9 Feb 2009 20:27:38 +0000 Subject: [PATCH] Fix config files bzr-revno: 300 --- resources/.openlp/openlp.conf | 2 ++ resources/.openlp/openlp.conf_posix | 4 +++- resources/.openlp/openlp.conf_win | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/.openlp/openlp.conf b/resources/.openlp/openlp.conf index ff25dae5a..189b27a17 100644 --- a/resources/.openlp/openlp.conf +++ b/resources/.openlp/openlp.conf @@ -1,11 +1,13 @@ [bible] suffix name = bible3 +db type = sqlite [main] themes path = themes data path = /home/raoul/.openlp/data [songs] +db type = sqlite file name = songs.sqlite data path = songs diff --git a/resources/.openlp/openlp.conf_posix b/resources/.openlp/openlp.conf_posix index b54a240dc..821e6a060 100644 --- a/resources/.openlp/openlp.conf_posix +++ b/resources/.openlp/openlp.conf_posix @@ -1,5 +1,6 @@ [bible] suffix name = bible3 +db type = sqlite [main] themes path = themes @@ -7,7 +8,8 @@ data path = /home//.openlp/data [songs] file name = songs.sqlite -data path = songs +data path = songs +db type = sqlite [presentations] suffix name = ppt,pps,odi diff --git a/resources/.openlp/openlp.conf_win b/resources/.openlp/openlp.conf_win index a115602ed..e4dc08cc9 100644 --- a/resources/.openlp/openlp.conf_win +++ b/resources/.openlp/openlp.conf_win @@ -1,5 +1,6 @@ [bible] suffix name = bible3 +db type = sqlite [main] themes path = themes @@ -7,7 +8,8 @@ data path = c:\\Documents and Settings\\\\Application Data\\.openlp\\d [songs] file name = songs.sqlite -data path = songs +data path = songs +db type = sqlite [presentations] suffix name = ppt,pps,odi