From e8145b8b314d53db89be8b097de4a8379d183b8d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sat, 25 Nov 2006 10:31:01 +0000 Subject: [PATCH] fix indentation. Fixes #2704. thanks Fab --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 0e024b0ad7..557efbed91 100644 --- a/src/config.py +++ b/src/config.py @@ -2609,7 +2609,7 @@ def __init__(self): self.print_status_combobox = self.xml.get_widget('print_status_combobox') model = gtk.ListStore(str, str) - self.option_list = {'': _('Default'), 'all': _('?print_status:All'), + self.option_list = {'': _('Default'), 'all': _('?print_status:All'), 'in_and_out': _('Enter and leave only'), 'none': _('None')} opts = self.option_list.keys() opts.sort() -- GitLab