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
parentUpdated Canadian English translation. (diff)
downloadzenity-17cd55e682d5b78738f03255b2638bb9da937962.tar.gz
zenity-17cd55e682d5b78738f03255b2638bb9da937962.tar.bz2
zenity-17cd55e682d5b78738f03255b2638bb9da937962.zip
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 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