← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 275: Implemented config save menu.

 

------------------------------------------------------------
revno: 275
committer: Eduardo C. P. Ribeiro <eduardo.cesar@xxxxxxx>
branch nick: devel
timestamp: Sun 2012-09-30 23:59:35 -0300
message:
  Implemented config save menu.
modified:
  src/2.0/cdd.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/2.0/cdd.py'
--- src/2.0/cdd.py	2012-10-01 02:58:34 +0000
+++ src/2.0/cdd.py	2012-10-01 02:59:35 +0000
@@ -2141,9 +2141,7 @@
 
 
     def config_save(self, event):  # wxGlade: MainFrame.<event_handler>
-        not_implemented_diag(self)
-        print "Event handler `config_save' not implemented"
-        event.Skip()
+        self.config_dialog.save_config()
 
     def help_users_guide(self, event):  # wxGlade: MainFrame.<event_handler>
         doc = '../../docs/cdd-manual.pdf'