diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 17:38:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 17:38:46 +0800 |
commit | e835aa2faf3bf45c930924aaa60a134cdd269c35 (patch) | |
tree | 1fe866224b5fe9192ea5b9ee1a52068bb5194883 /shell/ChangeLog | |
parent | 5dfe756f5f673429b6579600053e35047a2fa3cf (diff) | |
download | gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar.gz gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar.zst gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.zip |
Fill the CORBA sequence once.
* evolution-shell-component.c
(impl_ShellComponent__get_supported_types): Fill the CORBA
sequence once.
* e-activity-handler.c (activity_info_free): Unref the icon.
svn path=/trunk/; revision=11773
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 597efe29e0..ee9bfd4b69 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-08-08 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component.c + (impl_ShellComponent__get_supported_types): Fill the CORBA + sequence once. + + * e-activity-handler.c (activity_info_free): Unref the icon. + +2001-08-08 Ettore Perazzoli <ettore@ximian.com> + * e-task-bar.c (e_task_bar_prepend_task): Sigh. If the function says "prepend", of course the function to call is `g_list_prepend()', not `g_list_append()'. You dumbass. |