diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-10 21:05:39 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-10 21:05:39 -0500 |
commit | 8e82e1cd922db2eb3f6c2b2e8d9b5106f482bf59 (patch) | |
tree | d51145536598118449fec9e1dfb3d2635e85b537 /ChangeLog | |
parent | 95895e73f0750b86c2e6c0d1162535ecd8c6ee9d (diff) |
combox/gui.py (ComboxConfigDialog.apply)
Glued the graphical interface with the combox configuration function;
now the ComboxConfigDialog.apply method writes the configuration
information to the default combox configuration directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-12-10 Siddharth Ravikumar <sravik@bgsu.edu> + + * combox/gui.py (ComboxConfigDialog.apply): now writes the + configuration to disk in the default combox configuration + directory. + 2015-12-03 Siddharth Ravikumar <sravik@bgsu.edu> * combox/gui.py: input validation kinda done + added status bar. |