summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-10 21:05:39 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-10 21:05:39 -0500
commit8e82e1cd922db2eb3f6c2b2e8d9b5106f482bf59 (patch)
treed51145536598118449fec9e1dfb3d2635e85b537 /ChangeLog
parent95895e73f0750b86c2e6c0d1162535ecd8c6ee9d (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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19932e8..44aac0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.