← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 172: Fix of previous commit.

 

------------------------------------------------------------
revno: 172
committer: Eduardo César <xcesar@xxxxxxxxx>
branch nick: cdd
timestamp: Sat 2012-07-14 17:42:45 -0300
message:
  Fix of previous commit.
modified:
  Generator/cdg/MainFrame.py
  Generator/cdg/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 'Generator/cdg/MainFrame.py'
--- Generator/cdg/MainFrame.py	2012-07-14 20:24:12 +0000
+++ Generator/cdg/MainFrame.py	2012-07-14 20:42:45 +0000
@@ -176,7 +176,6 @@
         coverage = self.text_ctrl_coverage.GetValue().encode('utf8')
 
         language = self.choice_lang.GetStringSelection()
-        choice_definition =  self.combo_box_ccd.GetStringSelection()
 
         tempo = self.datepicker_ctrl_date.GetValue()
         date = '{Y}-{M}-{D:02}'.format(Y=tempo.GetYear(), M=tempo.GetMonth(), D=tempo.GetDay())

=== modified file 'Generator/cdg/cdg_custom.py'
--- Generator/cdg/cdg_custom.py	2012-07-07 03:32:46 +0000
+++ Generator/cdg/cdg_custom.py	2012-07-14 20:42:45 +0000
@@ -223,5 +223,5 @@
         self.panel.text_ctrl_coverage.SetValue(self.config.get('DEFAULT', 'coverage'))
 
         self.panel.choice_lang.SetSelection(int(self.config.get('DEFAULT', 'language')))
-        self.panel.combo_box_ccd.SetSelection(int(self.config.get('DEFAULT','choice_definition')))
+