aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-08 18:18:41 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-08 18:18:41 +0800
commit588f0d537f68fce195ab8fa904c3426f728280b3 (patch)
tree702ed430edf42620ef5ed1ab1f6263b4a2dff610 /shell/ChangeLog
parentbb74dae1ceebc170045d9e7149cb1106af2d740d (diff)
downloadgsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar
gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.gz
gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.bz2
gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.lz
gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.xz
gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.zst
gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.zip
Set the release flag on the returned folder type list too.
* evolution-shell-component.c (impl_ShellComponent__get_supported_types): Set the release flag on the returned folder type list too. * evolution-activity-client.c (create_icon_from_pixbuf): Set the release flag on the sequence, not the struct that contains it. svn path=/trunk/; revision=11779
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e63198bb76..2d4a31a267 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2001-08-08 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component.c
+ (impl_ShellComponent__get_supported_types): Set the release flag
+ on the returned folder type list too.
+
+ * evolution-activity-client.c (create_icon_from_pixbuf): Set the
+ release flag on the sequence, not the struct that contains it.
+
+2001-08-08 Ettore Perazzoli <ettore@ximian.com>
+
* e-corba-shortcuts.c (shortcut_list_to_corba): Set the release
flag for the newly allocated sequence.