diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-23 21:49:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-23 21:49:30 +0800 |
commit | a1e92e17fa73a059db2be68ee6d0730bff59382b (patch) | |
tree | ee1547b2669ccf99c98c5222925be23bbd78be31 /widgets/misc/ChangeLog | |
parent | 3be35526b66418c9ccd664523620c8c7cde550b5 (diff) | |
download | gsoc2013-evolution-a1e92e17fa73a059db2be68ee6d0730bff59382b.tar.gz gsoc2013-evolution-a1e92e17fa73a059db2be68ee6d0730bff59382b.tar.zst gsoc2013-evolution-a1e92e17fa73a059db2be68ee6d0730bff59382b.zip |
Create the pixbuf from empty.xpm rather than just calling
* e-combo-button.c (create_empty_pixmap_widget): Create the pixbuf
from empty.xpm rather than just calling gdk_pixbuf_new(), which
doesn't actually initialize the pixel data.
svn path=/trunk/; revision=21898
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 52396e7c15..1280ac2e16 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2003-07-23 Dan Winship <danw@ximian.com> + + * e-combo-button.c (create_empty_pixmap_widget): Create the pixbuf + from empty.xpm rather than just calling gdk_pixbuf_new(), which + doesn't actually initialize the pixel data. + 2003-07-11 Federico Mena Quintero <federico@ximian.com> * e-dateedit.c (e_date_edit_mnemonic_activate): Added a handler |