diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-12 02:38:00 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-12 02:38:00 +0800 |
commit | e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752 (patch) | |
tree | fd8d0a476312c7f900034242fb3858b141cdec8e /shell/ChangeLog | |
parent | 7d4569259e0582598d979491721371aa49e41ead (diff) | |
download | gsoc2013-evolution-e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752.tar gsoc2013-evolution-e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752.tar.gz gsoc2013-evolution-e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752.tar.bz2 gsoc2013-evolution-e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752.tar.lz gsoc2013-evolution-e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752.tar.xz gsoc2013-evolution-e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752.tar.zst gsoc2013-evolution-e3e33f6f0bdc6b7fd02b7f0266bb891cb0a85752.zip |
Don't destroy the offline_toggle_pixmap: the offline_toggle 0wnz it.
* e-shell-view.c (destroy): Don't destroy the
offline_toggle_pixmap: the offline_toggle 0wnz it.
(update_for_current_uri): Check priv->uri isn't NULL before
strcmp()ing it.
svn path=/trunk/; revision=10187
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 1dc690863f..bb769a4075 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-06-11 Dan Winship <danw@ximian.com> + + * e-shell-view.c (destroy): Don't destroy the + offline_toggle_pixmap: the offline_toggle 0wnz it. + (update_for_current_uri): Check priv->uri isn't NULL before + strcmp()ing it. + 2001-06-11 Jason Leach <jleach@ximian.com> * evolution-storage.c (impl_Storage_async_create_folder): Fixed |