diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-13 19:52:41 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-13 19:52:41 -0500 |
commit | dfaf01c692c6252dcbd4edd33ddebb7f74982b57 (patch) | |
tree | 5f24a2fd8c57103ffa3edef3d8a67de9c350fb49 /ChangeLog | |
parent | 1bb94f6ca633f16d95866560799f191507036822 (diff) |
combox defaults to using gui for config.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ 2015-12-13 Siddharth Ravikumar <sravik@bgsu.edu> + + * combox/cbox.py (main): When it has to configure combox, it uses + the graphical interface by default, if the '-nw' or '--cli' is + provided, it uses the text/commandline interface. + +2015-12-13 Siddharth Ravikumar <sravik@bgsu.edu> * combox/gui.py (ComboxConfigDialog.__init__): accepts a new argument called `condig_dir` that allows one to specify the combox configuration directory |