diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 01:22:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 01:22:10 +0800 |
commit | 6681286707f0a054eaee45cc81560dcc8be4de3c (patch) | |
tree | bffafe0e7a27895689999156ef329fcf47606649 /shell/ChangeLog | |
parent | f451e0990a05218bf32821701a8f58e40566aebf (diff) | |
download | gsoc2013-evolution-6681286707f0a054eaee45cc81560dcc8be4de3c.tar gsoc2013-evolution-6681286707f0a054eaee45cc81560dcc8be4de3c.tar.gz gsoc2013-evolution-6681286707f0a054eaee45cc81560dcc8be4de3c.tar.bz2 gsoc2013-evolution-6681286707f0a054eaee45cc81560dcc8be4de3c.tar.lz gsoc2013-evolution-6681286707f0a054eaee45cc81560dcc8be4de3c.tar.xz gsoc2013-evolution-6681286707f0a054eaee45cc81560dcc8be4de3c.tar.zst gsoc2013-evolution-6681286707f0a054eaee45cc81560dcc8be4de3c.zip |
(impl_finalize): Use
bonobo_activation_unregister_active_server() instead of
bonobo_activatino_active_server_unregister().
(e_shell_construct): Use
bonobo_activation_register_active_server() instead of
bonobo_activation_active_server_register().
svn path=/trunk/; revision=20198
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 188f6168ff..6983fc6084 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,14 @@ 2003-03-06 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (impl_finalize): Use + bonobo_activation_unregister_active_server() instead of + bonobo_activatino_active_server_unregister(). + (e_shell_construct): Use + bonobo_activation_register_active_server() instead of + bonobo_activation_active_server_register(). + +2003-03-06 Ettore Perazzoli <ettore@ximian.com> + * e-shell-importer.c (IN): Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. |