From f182d9f7fce8e9a57c03eb71f4467894394d0104 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 13:35:13 +0000 Subject: Some new window icons. 2003-01-18 Glynn Foster * 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. --- data/Makefile.am | 4 +++- data/zenity-calendar.png | Bin 2755 -> 2857 bytes data/zenity-entry.png | Bin 0 -> 1669 bytes data/zenity-progress.png | Bin 4446 -> 4509 bytes data/zenity-text.png | Bin 0 -> 3523 bytes 5 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 data/zenity-entry.png create mode 100644 data/zenity-text.png (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index ef1a1cdd..33ba8d0e 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 889f329a..873528a9 100644 Binary files a/data/zenity-calendar.png and b/data/zenity-calendar.png differ diff --git a/data/zenity-entry.png b/data/zenity-entry.png new file mode 100644 index 00000000..3621ea38 Binary files /dev/null and b/data/zenity-entry.png differ diff --git a/data/zenity-progress.png b/data/zenity-progress.png index 505c805e..b789e023 100644 Binary files a/data/zenity-progress.png and b/data/zenity-progress.png differ diff --git a/data/zenity-text.png b/data/zenity-text.png new file mode 100644 index 00000000..07569920 Binary files /dev/null and b/data/zenity-text.png differ -- cgit