~gladex/gladex/plugin-impl

« back to all changes in this revision

Viewing changes to src/gladex/plugins/python/pcg.py

  • Committer: Oumar Aziz OUATTARA
  • Date: 2008-02-27 21:35:42 UTC
  • Revision ID: wattazoum@wattazoum-laptop-20080227213542-mmnc6gk00hm8pypo
Perl and Ruby plugins follows the new Plugin convention

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                self.widgets["style"].set_active(0)
80
80
                self.widgets["indentation"] = self.tree.get_widget("indentation")
81
81
                self.widgets["indentation"].set_active(0)
82
 
                #self.widgets["glade_file_entry"] = gxf.get_gladex_tree().get_widget("glade_file_chooser")
 
82
                self.widgets["glade_file_entry"] = gxf.get_gladex_tree().get_widget("glade_file_chooser")
83
83
                
84
 
                #update_entry_feilds()
 
84
                self.update_entry_feilds()
85
85
                
86
86
                return self.main_widget
87
87
        #