X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=config.py;h=9ab89775c073c4e5af80a750ff5fccb6169a4766;hb=9ee137aae6aa701043f383a4ec6c57c717d79cff;hp=2a95e1a36b03974d63d2628f3baa549de981d6a2;hpb=8c294594a774c7e383789e66e395d5762d8c87e6;p=meabook diff --git a/config.py b/config.py index 2a95e1a..9ab8977 100644 --- a/config.py +++ b/config.py @@ -32,8 +32,6 @@ class MeabookConfig: self.database.get_fields())) self.cp.set('fields', 'fields-order', ','.join( \ self.database.get_fields())) - self.cp.add_section('general') - self.cp.set('general', 'last-active-level', 1) self.save() def set_fields(self, fields):