~gtg-user/gtg/documenters-credits

« back to all changes in this revision

Viewing changes to GTG/core/__init__.py

  • Committer: Izidor Matušov
  • Date: 2012-05-17 19:05:15 UTC
  • mfrom: (1175.2.25 new-tag-editor)
  • Revision ID: izidor.matusov@gmail.com-20120517190515-wbxxgcah6ogxp9an
New awesome tag editor made by Bertrand!

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
            'y_pos': 10,
67
67
            'tasklist_sort_column': 5,
68
68
            'tasklist_sort_order': 1,
 
69
            },
 
70
'tag_editor': {
 
71
            "custom_colors" : []
69
72
            }
70
73
}
71
74
 
117
120
        # Save immediately
118
121
        self.__conf.parent.write()
119
122
 
 
123
    def set_lst(self, name, value_lst):
 
124
        self.__conf[name] = [ str(s) for s in value_lst]
 
125
        # Save immediately
 
126
        self.__conf.parent.write()
120
127
 
121
128
class CoreConfig(Borg):
122
129
    #The projects and tasks are of course DATA !