diff options
author | James Henstridge <james@jamesh.id.au> | 2004-09-30 11:25:37 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2004-09-30 11:25:37 +0000 |
commit | 17cd55e682d5b78738f03255b2638bb9da937962 (patch) | |
tree | f22cd656edc45bbc3f8b414a23fe412a64107200 /ChangeLog | |
parent | Updated Canadian English translation. (diff) | |
download | zenity-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |