diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-18 13:35:13 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-18 13:35:13 +0000 |
commit | f182d9f7fce8e9a57c03eb71f4467894394d0104 (patch) | |
tree | d937f36d601cf7aa611818f954268a3fdd8700ee /data | |
parent | 0e338ba3e0fa03b28664448af0cea686c5e6c26d (diff) |
Some new window icons.
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/zenity-calendar.png,
data/zenity-entry.png, data/zenity-progress.png,
data/zenity-text.png: Some new window icons.
* src/text.c: Fix crash where the GladeXML ref was getting
unref'd before we wanted to use it.
* src/main.c: Fix up commandline parsing a little, although we
should really add the parsing options for gtk+.
* src/zenity.glade: Give some saner defaults.
* THANKS, src/about.c: Update for all the people I stole icons
and code from.
* TODO: Update accordingly.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/zenity-calendar.png | bin | 2755 -> 2857 bytes | |||
-rw-r--r-- | data/zenity-entry.png | bin | 0 -> 1669 bytes | |||
-rw-r--r-- | data/zenity-progress.png | bin | 4446 -> 4509 bytes | |||
-rw-r--r-- | data/zenity-text.png | bin | 0 -> 3523 bytes |
5 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ef1a1cd..33ba8d0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,6 +3,8 @@ images_DATA = \ zenity-calendar.png \ zenity-list.png \ zenity-file.png \ - zenity-progress.png + zenity-progress.png \ + zenity-text.png \ + zenity-entry.png EXTRA_DIST = $(images_DATA) diff --git a/data/zenity-calendar.png b/data/zenity-calendar.png Binary files differindex 889f329..873528a 100644 --- a/data/zenity-calendar.png +++ b/data/zenity-calendar.png diff --git a/data/zenity-entry.png b/data/zenity-entry.png Binary files differnew file mode 100644 index 0000000..3621ea3 --- /dev/null +++ b/data/zenity-entry.png diff --git a/data/zenity-progress.png b/data/zenity-progress.png Binary files differindex 505c805..b789e02 100644 --- a/data/zenity-progress.png +++ b/data/zenity-progress.png diff --git a/data/zenity-text.png b/data/zenity-text.png Binary files differnew file mode 100644 index 0000000..0756992 --- /dev/null +++ b/data/zenity-text.png |