summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-06 21:58:21 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-06 21:58:21 +0000
commitd88a32f1f5418e97b5840087a21652f68ac938c8 (patch)
treec19953dbd5cb3f90d15aaad691694807d63be793 /TODO
parentI love featuritis. Instead of fixing stuff so it actually works, I add (diff)
downloadzenity-d88a32f1f5418e97b5840087a21652f68ac938c8.tar.gz
zenity-d88a32f1f5418e97b5840087a21652f68ac938c8.tar.bz2
zenity-d88a32f1f5418e97b5840087a21652f68ac938c8.zip
Finish off commandline parsing for the list dialog. Wow, this is almost
2003-01-06 Glynn Foster <glynn.foster@sun.com> * src/main.c, src/tree.c, src/zenity.h: Finish off commandline parsing for the list dialog. Wow, this is almost approaching usable ;) * TODO: Update accordingly
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 51a9c689..52553b08 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
-* Finish off commandline support for list dialog
* Finish off support for progress dialog
* Implement error/return values for all dialogs
* Add some accessibility I guess
bgstack15