summaryrefslogtreecommitdiff
path: root/portato/gui/windows
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 01:15:30 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 01:15:30 +0100
commit5095e93dc4e65757f76f5f763db2dd60668e1c1f (patch)
tree1766e85592eaa0e267756287922a6fd6a6f6d677 /portato/gui/windows
parent2455dc6f3ac1b4187d33173eb3d5f061a53aac9f (diff)
downloadportato-5095e93dc4e65757f76f5f763db2dd60668e1c1f.tar.gz
portato-5095e93dc4e65757f76f5f763db2dd60668e1c1f.tar.bz2
portato-5095e93dc4e65757f76f5f763db2dd60668e1c1f.zip
Well - might be nice, if we actually save the db-type changes...
Diffstat (limited to 'portato/gui/windows')
-rw-r--r--portato/gui/windows/preference.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/portato/gui/windows/preference.py b/portato/gui/windows/preference.py
index 5b88b22..4bd7551 100644
--- a/portato/gui/windows/preference.py
+++ b/portato/gui/windows/preference.py
@@ -232,6 +232,11 @@ class PreferenceWindow (AbstractDialog):
c = self.prefColorBtn.get_color()
self.cfg.set("prefhint", str(c)[1:], section = "COLORS")
+ # DB type
+ m = self.databaseCombo.get_model()
+ a = self.databaseCombo.get_active()
+ self.cfg.set("type", m[a][2], section = "DATABASE")
+
def fill_setlist (self):
store = gtk.ListStore(bool, str, str, str)
p;follow=1'>Add notify-python dependency for the version checkerRené 'Necoro' Neumann1-1/+1 2010-04-15Make the database type choice an info messageRené 'Necoro' Neumann2-7/+13 2010-04-15Renamed es_ES to esRené 'Necoro' Neumann1-0/+0 2010-04-15Fixed dependancy of the new_version plugin from "dev-util/git" to ↵Clement Bourgeois1-1/+1 "dev-vcs/git" to follow new Gentoo portage tree modifications 2010-04-14Make some useless info messages being debug statementsRené 'Necoro' Neumann2-34/+17 2010-04-14Improve the C modulesRené 'Necoro' Neumann3-37/+52 2010-04-14Small modifications made to the French translation (typos, grammar).Clement Bourgeois1-69/+69 2010-04-14Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann1-20/+22 2010-04-14Disable debug messages by defaultRené 'Necoro' Neumann1-1/+1 2010-04-13Better eix error inheritance and handlingRené 'Necoro' Neumann1-2/+9 2010-04-13Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2-56/+64 Now FilterSets are a subclass of InstalledSet. And return only these packages, which are installed ... but then all of them. 2010-04-12Updated newsRené 'Necoro' Neumann1-0/+1 2010-04-13Added my name to translators list.Clement Bourgeois1-0/+1