diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-26 05:08:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-26 05:08:35 +0800 |
commit | 4f0f5db2c0d5fe5988406b25e35e3c86569a05de (patch) | |
tree | 2710f2e8ab23185e2351a790770644ef20419a5d /shell/ChangeLog | |
parent | e5b46e5078c42926588f48f8189e91fbde47efbf (diff) | |
download | gsoc2013-evolution-4f0f5db2c0d5fe5988406b25e35e3c86569a05de.tar gsoc2013-evolution-4f0f5db2c0d5fe5988406b25e35e3c86569a05de.tar.gz gsoc2013-evolution-4f0f5db2c0d5fe5988406b25e35e3c86569a05de.tar.bz2 gsoc2013-evolution-4f0f5db2c0d5fe5988406b25e35e3c86569a05de.tar.lz gsoc2013-evolution-4f0f5db2c0d5fe5988406b25e35e3c86569a05de.tar.xz gsoc2013-evolution-4f0f5db2c0d5fe5988406b25e35e3c86569a05de.tar.zst gsoc2013-evolution-4f0f5db2c0d5fe5988406b25e35e3c86569a05de.zip |
Set ->priv to NULL. (impl_operationStarted): Check for priv not being
* e-activity-handler.c (impl_destroy): Set ->priv to NULL.
(impl_operationStarted): Check for priv not being NULL.
(impl_operationProgressing): Likewise.
(impl_operationFinished): Likewise.
(impl_requestDialog): Likewise.
svn path=/trunk/; revision=14099
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 be2843caf7..4a5d2bcc26 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-10-25 Ettore Perazzoli <ettore@ximian.com> + * e-activity-handler.c (impl_destroy): Set ->priv to NULL. + (impl_operationStarted): Check for priv not being NULL. + (impl_operationProgressing): Likewise. + (impl_operationFinished): Likewise. + (impl_requestDialog): Likewise. + +2001-10-25 Ettore Perazzoli <ettore@ximian.com> + * e-shell-startup-wizard.c (make_mail_dialog_pages): Set the ->mailer to be CORBA_OBJECT_NIL in case of an exception, otherwise the caller will not realize about the problem. |