summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-18 13:35:13 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-18 13:35:13 +0000
commitf182d9f7fce8e9a57c03eb71f4467894394d0104 (patch)
treed937f36d601cf7aa611818f954268a3fdd8700ee /data
parent0e338ba3e0fa03b28664448af0cea686c5e6c26d (diff)
downloadzenity-f182d9f7fce8e9a57c03eb71f4467894394d0104.tar.gz
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.am4
-rw-r--r--data/zenity-calendar.pngbin2755 -> 2857 bytes
-rw-r--r--data/zenity-entry.pngbin0 -> 1669 bytes
-rw-r--r--data/zenity-progress.pngbin4446 -> 4509 bytes
-rw-r--r--data/zenity-text.pngbin0 -> 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
index 889f329..873528a 100644
--- a/data/zenity-calendar.png
+++ b/data/zenity-calendar.png
Binary files differ
diff --git a/data/zenity-entry.png b/data/zenity-entry.png
new file mode 100644
index 0000000..3621ea3
--- /dev/null
+++ b/data/zenity-entry.png
Binary files differ
diff --git a/data/zenity-progress.png b/data/zenity-progress.png
index 505c805..b789e02 100644
--- a/data/zenity-progress.png
+++ b/data/zenity-progress.png
Binary files differ
diff --git a/data/zenity-text.png b/data/zenity-text.png
new file mode 100644
index 0000000..0756992
--- /dev/null
+++ b/data/zenity-text.png
Binary files differ