~saurabhanandiit/gtg/exportFixed

« back to all changes in this revision

Viewing changes to GTG/gtk/preferences.py

  • Committer: Izidor Matušov
  • Date: 2012-02-29 10:06:41 UTC
  • mfrom: (1098 gtg)
  • mto: This revision was merged to the branch mainline in revision 1103.
  • Revision ID: izidor.matusov@gmail.com-20120229100641-q1uns4yqz1fem2z4
Merged with the current trunk & solved problems with offset

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        for attr, widget in widgets.iteritems():
156
156
            setattr(self, attr, self.builder.get_object(widget))
157
157
        # keep a reference to the parent task browser
158
 
        #FIXME: this is not needed and should be removed
159
 
#        self.tb = taskbrowser
160
158
        self.pengine = PluginEngine()
161
159
        #plugin config initiation, if never used
162
160
        if self.config.has_key("plugins"):