diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-07-05 04:46:15 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-07-05 04:46:15 +0800 |
commit | 1e5fac65aa65ed25c18ead0a13552e5ec98ed53f (patch) | |
tree | f8cdc372582d638564fa0b2123885f5202df3f41 /shell/ChangeLog | |
parent | de9d730a34bc18837e49e5da3101852e2ee41325 (diff) | |
download | gsoc2013-evolution-1e5fac65aa65ed25c18ead0a13552e5ec98ed53f.tar gsoc2013-evolution-1e5fac65aa65ed25c18ead0a13552e5ec98ed53f.tar.gz gsoc2013-evolution-1e5fac65aa65ed25c18ead0a13552e5ec98ed53f.tar.bz2 gsoc2013-evolution-1e5fac65aa65ed25c18ead0a13552e5ec98ed53f.tar.lz gsoc2013-evolution-1e5fac65aa65ed25c18ead0a13552e5ec98ed53f.tar.xz gsoc2013-evolution-1e5fac65aa65ed25c18ead0a13552e5ec98ed53f.tar.zst gsoc2013-evolution-1e5fac65aa65ed25c18ead0a13552e5ec98ed53f.zip |
set "pixname" value only if pixbuf was loaded successfully. Otherwise
2001-07-04 Gediminas Paulauskas <menesis@delfi.lt>
* evolution-shell-component-utils.c (e_pixmaps_update): set
"pixname" value only if pixbuf was loaded successfully. Otherwise
component crashes if image is not found. Should be checked for
sanity in bonobo_ui_component_set_prop IMHO.
2001-07-04 Gediminas Paulauskas <menesis@delfi.lt>
* Makefile.am: install apply-filters-16.xpm
2001-07-04 Gediminas Paulauskas <menesis@delfi.lt>
* evolution-mail-message.xml: MessageApplyFilters now has an icon.
2001-07-04 Gediminas Paulauskas <menesis@delfi.lt>
* folder-browser-ui.c (message_pixcache): set icon for ApplyFilters
command.
svn path=/trunk/; revision=10783
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 5877e2c863..d373b3bfa7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> + + * evolution-shell-component-utils.c (e_pixmaps_update): set + "pixname" value only if pixbuf was loaded successfully. Otherwise + component crashes if image is not found. Should be checked for + sanity in bonobo_ui_component_set_prop IMHO. + 2001-07-03 Aaron Weber <aaron@ximian.com> * main.c (development_warning): Revised to make it less scary. |