summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2004-09-30 11:25:37 +0000
committerJames Henstridge <jamesh@src.gnome.org>2004-09-30 11:25:37 +0000
commit17cd55e682d5b78738f03255b2638bb9da937962 (patch)
treef22cd656edc45bbc3f8b414a23fe412a64107200 /ChangeLog
parent64dcfbcb2c7a1a36355f45cd81d5dcf4a7a51702 (diff)
function to set a GtkImage to a scaled pixbuf.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be82174..6e5e45d 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.