From 9786eb1d7a796f9e180d8e9d1eed97f603abdb97 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 3 Jul 2001 12:24:29 +0000 Subject: Ref/unref the handler so the signal handlers can unref it safely. Also, if * e-shell-offline-handler.c (e_shell_offline_handler_put_components_offline): Ref/unref the handler so the signal handlers can unref it safely. Also, if `prepare_for_offline()' fails, don't say that there was an internal error, as that's confusing. Just say we couldn't put the components off-line. [Fix #3758, clicking on the online/offline button crashed Evolution.] * Evolution-Offline.idl: Don't derive OfflineProgressListener from Bonobo::Unknown. svn path=/trunk/; revision=10742 --- shell/Evolution-Offline.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Evolution-Offline.idl') diff --git a/shell/Evolution-Offline.idl b/shell/Evolution-Offline.idl index 6c86de4289..377132daa3 100644 --- a/shell/Evolution-Offline.idl +++ b/shell/Evolution-Offline.idl @@ -19,7 +19,7 @@ struct Connection { }; typedef sequence ConnectionList; -interface OfflineProgressListener : Bonobo::Unknown { +interface OfflineProgressListener { /* Update the shell about the progress of going off-line. The operation is considered completed when the ConnectionList is empty. */ void updateProgress (in ConnectionList current_active_connections); -- cgit v1.2.3