summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 15:35:24 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 15:35:24 +0000
commit97656d7e299eb2f2063278711eddfff0d2db9392 (patch)
tree5498a97dba4cc045f326e5f4d3eec93bc06c66c5 /TODO
parentAdd an about box. Still need to add an icon, and implement the callbacks (diff)
downloadzenity-97656d7e299eb2f2063278711eddfff0d2db9392.tar.gz
zenity-97656d7e299eb2f2063278711eddfff0d2db9392.tar.bz2
zenity-97656d7e299eb2f2063278711eddfff0d2db9392.zip
Update to add new gconf requirement.
2003-01-14 Glynn Foster <glynn.foster@sun.com> * configure.in: Update to add new gconf requirement. * src/zenity.h, src/about.c: Hurray for a new about box, although it lacks an icon. I wonder if people would actually like to see this as part of the dialog options. Can't think of any reason to do so at the moment though. Large chunks copied from libgnomeui/gnome-about.[ch] * src/util.h, src/util.c: Add new helper functions because I don't want to touch gnome_program with a bargepole. Copied from libgnome/gnome-url.[ch] * po/POTFILES.in: Add missing files. I think we have everything now. * 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 cf51c439..a1f92602 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
* Add some accessibility I guess
* Find some nice default window icons
-* Implement about box
* Remove extraneous cruft from configure.in
* Start writing help documentation
bgstack15