~gtg-user/gtg/multi-backends__invernizzi_gsoc

« back to all changes in this revision

Viewing changes to GTG/gtk/backends_dialog/parameters_ui/__init__.py

  • Committer: Luca Invernizzi
  • Date: 2010-08-26 18:39:46 UTC
  • Revision ID: invernizzi.l@gmail.com-20100826183946-bx12i8mow8gv0ezd
more complex bug description

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
               ("tag-with-project-name", self.UI_generator(CheckBoxUI, \
104
104
                            {"text": _("Tag your GTG tasks with the project "
105
105
                                       "targeted by the bug"), \
106
 
                             "parameter": "import-bug-tags"}) \
 
106
                             "parameter": "tag-with-project-name"}) \
107
107
               ),\
108
108
            ) 
109
109
    def UI_generator(self, param_type, special_arguments = {}):