diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-30 18:24:16 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-30 18:24:16 +0800 |
commit | 78e2089c145a14c18c7e3776b82aa824cdd90e59 (patch) | |
tree | 2e90d44353fcd0fe43b29f68ab5d184b52f47946 /shell/ChangeLog | |
parent | 462fdd34535c090706e59ce3ffb4aa51bc29a034 (diff) | |
download | gsoc2013-evolution-78e2089c145a14c18c7e3776b82aa824cdd90e59.tar gsoc2013-evolution-78e2089c145a14c18c7e3776b82aa824cdd90e59.tar.gz gsoc2013-evolution-78e2089c145a14c18c7e3776b82aa824cdd90e59.tar.bz2 gsoc2013-evolution-78e2089c145a14c18c7e3776b82aa824cdd90e59.tar.lz gsoc2013-evolution-78e2089c145a14c18c7e3776b82aa824cdd90e59.tar.xz gsoc2013-evolution-78e2089c145a14c18c7e3776b82aa824cdd90e59.tar.zst gsoc2013-evolution-78e2089c145a14c18c7e3776b82aa824cdd90e59.zip |
** Fix for bug #400213
2007-11-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #400213
* e-shell-window.c: (load_icons): Function removed.
* e-shell-window.c: (update_offline_toggle_status):
Do not use pixmaps and masks, load images from file, instead.
svn path=/trunk/; revision=34615
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e637930b59..dbac9390c0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2007-11-30 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #400213 + + * e-shell-window.c: (load_icons): Function removed. + * e-shell-window.c: (update_offline_toggle_status): + Do not use pixmaps and masks, load images from file, instead. + 2007-11-26 Andre Klapper <a9016009@gmx.de> ** Fixes bug #497810 |