From 17cd55e682d5b78738f03255b2638bb9da937962 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Thu, 30 Sep 2004 11:25:37 +0000 Subject: function to set a GtkImage to a scaled pixbuf. 2004-09-30 James Henstridge * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be82174d..6e5e45dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-09-30 James Henstridge + + * 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 * src/progress.c: Add missing header. -- cgit