~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to GTG/plugins/export/export.py

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
            self.export_generate(document_ready)
119
119
        except Exception, e:
120
120
            self.show_error_dialog( \
121
 
                            _("Could not generate the document: %s") % e)
 
121
                            _("GTG could not generate the document: %s") % e)
122
122
            return False
123
123
        return True
124
124
 
227
227
 
228
228
    def __gtk_hide(self, sender = None, data = None):
229
229
        self.export_dialog.hide()
 
230
        return True
230
231
 
231
232
    def __on_combo_changed(self, widget = None):
232
233
        if self.load_template():