summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be82174d..6e5e45dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-30 James Henstridge <james@jamesh.id.au>
+
+ * src/notification.c (set_scaled_pixbuf): function to set a
+ GtkImage to a scaled pixbuf.
+ (zenity_notification_handle_stdin): set the image to a
+ GTK_ICON_SIZE_BUTTON sized image.
+ (zenity_notification): same here.
+
2004-09-17 Kjartan Maraas <kmaraas@gnome.org>
* src/progress.c: Add missing header.
bgstack15