diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 07:44:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 07:44:36 +0800 |
commit | f61048ada10e1715b218e25989e7e4f77630cf89 (patch) | |
tree | 4a6fd96dbb97be999a8d0e0093ce51556a461411 /shell/ChangeLog | |
parent | 411d79d4882a877a536bdd387939e3347080fdd5 (diff) | |
download | gsoc2013-evolution-f61048ada10e1715b218e25989e7e4f77630cf89.tar gsoc2013-evolution-f61048ada10e1715b218e25989e7e4f77630cf89.tar.gz gsoc2013-evolution-f61048ada10e1715b218e25989e7e4f77630cf89.tar.bz2 gsoc2013-evolution-f61048ada10e1715b218e25989e7e4f77630cf89.tar.lz gsoc2013-evolution-f61048ada10e1715b218e25989e7e4f77630cf89.tar.xz gsoc2013-evolution-f61048ada10e1715b218e25989e7e4f77630cf89.tar.zst gsoc2013-evolution-f61048ada10e1715b218e25989e7e4f77630cf89.zip |
Get EvolutionShellComponent to emit a "handle_external_uri" when it
gets an handleExternalURI CORBA invokation.
svn path=/trunk/; revision=10550
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 262090fd6f..5893756bb0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-06-27 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component.c (impl_handleExternalURI): + Implementation for the `::handleExternalURI' CORBA method; just + emit the `HANDLE_EXTERNAL_URI' signal. + (class_init): Install. + +2001-06-27 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component.c (impl_setOwner): Renamed from `impl_ShellComponent_set_owner'. (impl_unsetOwner): Renamed from `impl_ShellComponent_unset_owner'. |