No description
The only case in which we can call toggle_state from outside of the class it's declared in is in DisplayTemplateRecordView. However, we no longer try to toggle the first cell, which is the only one that can contain a non-checkbox. Remove this code since it is never used. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
||
|---|---|---|
| doc | ||
| lib/newfol | ||
| test | ||
| utils | ||
| .gitignore | ||
| COPYING | ||
| Makefile | ||
| newfol | ||
| README.adoc | ||
newfol ====== newfol is a small, custom database and graphical frontend. Requirements ------------ * Python 3 * http://urwid.org[Urwid] In Debian, installing the +python3-urwid+ package will generally satisfy the dependencies. Getting newfol -------------- newfol may be cloned by using git from any number of places: git clone https://github.com/bk2204/newfol git clone https://git.crustytoothpaste.net/git/bmc/newfol.git It can be run immediately out of the same directory. No installation is needed. License ------- newfol is licensed under the GNU General Public License, version 2.