diff --git a/ChangeLog b/ChangeLog index ed4b7ff..d6d0a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-03 Glynn Foster + + * data/Makefile.am, data/hawaii-shirt.png, + data/surfboard.png, src/about.c: Um, you don't really + want to know. + 2003-02-03 Glynn Foster * Makefile.am, configure.in, zenity.spec.in: Add diff --git a/data/Makefile.am b/data/Makefile.am index 52cc60f..d136a37 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,7 +2,9 @@ clothesdir = $(datadir)/zenity/clothes clothes_DATA = \ monk.png \ gnome-tshirt.png \ - sunglasses.png + sunglasses.png \ + surfboard.png \ + hawaii-shirt.png imagesdir = $(datadir)/zenity/ images_DATA = \ diff --git a/data/hawaii-shirt.png b/data/hawaii-shirt.png new file mode 100644 index 0000000..db4184c Binary files /dev/null and b/data/hawaii-shirt.png differ diff --git a/data/surfboard.png b/data/surfboard.png new file mode 100644 index 0000000..572d9de Binary files /dev/null and b/data/surfboard.png differ diff --git a/src/about.c b/src/about.c index 2fe9d3d..fcddc68 100644 --- a/src/about.c +++ b/src/about.c @@ -150,8 +150,10 @@ typedef struct } MonkClothes; static MonkClothes monk_clothes[] = { - {"gnome-tshirt.png", 30.0, ZENITY_CANVAS_Y - 150.0}, - {"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 } + {"gnome-tshirt.png", 30.0, 20.0}, + {"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 }, + {"surfboard.png", 30.0, ZENITY_CANVAS_Y - 200.0}, + {"hawaii-shirt.png", ZENITY_CANVAS_X - 50.0, 20.0} }; static void