diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-26 07:37:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-26 07:37:32 +0800 |
commit | 79c7cb13de4039e531aaaa1d38418c19ca26e5e6 (patch) | |
tree | 0172d069838eb09e70a1bdfd1fc0dfb2a1b98115 /shell/ChangeLog | |
parent | 9900118629b138dd2445a2656f60784f0f68bb33 (diff) | |
download | gsoc2013-evolution-79c7cb13de4039e531aaaa1d38418c19ca26e5e6.tar gsoc2013-evolution-79c7cb13de4039e531aaaa1d38418c19ca26e5e6.tar.gz gsoc2013-evolution-79c7cb13de4039e531aaaa1d38418c19ca26e5e6.tar.bz2 gsoc2013-evolution-79c7cb13de4039e531aaaa1d38418c19ca26e5e6.tar.lz gsoc2013-evolution-79c7cb13de4039e531aaaa1d38418c19ca26e5e6.tar.xz gsoc2013-evolution-79c7cb13de4039e531aaaa1d38418c19ca26e5e6.tar.zst gsoc2013-evolution-79c7cb13de4039e531aaaa1d38418c19ca26e5e6.zip |
New helper function. (e_component_registry_restart_component): Use it.
* e-component-registry.c (wait_for_corba_object_to_die): New
helper function.
(e_component_registry_restart_component): Use it.
(component_free): Call it to wait for the unowned object to die.
svn path=/trunk/; revision=14110
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 a2e060900c..8a1ff8c643 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-10-25 Ettore Perazzoli <ettore@ximian.com> + * e-component-registry.c (wait_for_corba_object_to_die): New + helper function. + (e_component_registry_restart_component): Use it. + (component_free): Call it to wait for the unowned object to die. + +2001-10-25 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (impl_Shell_selectUserFolder): Handle failure from XGetClassHint properly. Also, free res_name and res_class in case of success. Fixes #13554. |