summaryrefslogtreecommitdiff
path: root/etc/portato.cfg
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 01:03:21 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 01:03:21 +0100
commit2455dc6f3ac1b4187d33173eb3d5f061a53aac9f (patch)
treea417fbbc2861be171d7843311a2fa3b435e7db95 /etc/portato.cfg
parent0235295d89cf6f8f1a9e9c4005505d41690f97cb (diff)
parent9756f5649fc17b4be9b8f3f9a537ee027faabca2 (diff)
downloadportato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.gz
portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.bz2
portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.zip
Moved from libglade to GtkBuilder.
Overhauled the preference dialog. - Still no user-configs though :(
Diffstat (limited to 'etc/portato.cfg')
-rw-r--r--etc/portato.cfg12
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg
index 5533064..6d5d79f 100644
--- a/etc/portato.cfg
+++ b/etc/portato.cfg
@@ -106,7 +106,6 @@ scrollbacklines = 1000
#
# Color section
-# Values in this section are normally not editable through the GUI.
#
[COLORS]
@@ -116,4 +115,15 @@ packagetable = ffffff
; background color of the hint box in the preferences - hex value
prefhint = f3f785
+#
+# Section for the internal database
+#
+[DATABASE]
+
+; the type of the database to use - string value
+; allowed values:
+; - sql : SQLite Database
+; - dict : Hashmap in Memory
+type = sql
+
# vim:ts=4:sw=4:noexpandtab:ft=cfg