← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 185: Fixed creator_email panel setting.

 

------------------------------------------------------------
revno: 185
committer: Eduardo César <xcesar@xxxxxxxxx>
branch nick: cdd
timestamp: Thu 2012-07-19 21:12:06 -0300
message:
  Fixed creator_email panel setting.
modified:
  src/cdg_custom.py


--
lp:cdd
https://code.launchpad.net/~cdd-dev/cdd/trunk

Your team MLHIM Specifications Developers is subscribed to branch lp:cdd.
To unsubscribe from this branch go to https://code.launchpad.net/~cdd-dev/cdd/trunk/+edit-subscription
=== modified file 'src/cdg_custom.py'
--- src/cdg_custom.py	2012-07-20 00:08:18 +0000
+++ src/cdg_custom.py	2012-07-20 00:12:06 +0000
@@ -213,6 +213,7 @@
         self.panel.text_ctrl_title.SetValue(self.config.get('DEFAULT', 'title'))
         self.panel.text_ctrl_description.SetValue(self.config.get('DEFAULT', 'description'))
         self.panel.text_ctrl_creator.SetValue(self.config.get('DEFAULT', 'creator'))
+        self.panel.text_ctrl_creator_email.SetValue(self.config.get('DEFAULT', 'creator_email'))
         self.panel.text_ctrl_contributors.SetValue(self.config.get('DEFAULT', 'contributor'))
 
         self.panel.text_ctrl_publisher.SetValue(self.config.get('DEFAULT', 'publisher'))