fix indentation. Fixes #2704. thanks Fab
This commit is contained in:
parent
a6e2610038
commit
e8145b8b31
|
@ -2609,7 +2609,7 @@ class ManageBookmarksWindow:
|
|||
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()
|
||||
|
|
Loading…
Reference in New Issue