From 79c77a65590803aaad270da48bf9bb8fbeb9e61c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 17 Sep 2002 20:52:02 +0000 Subject: Add description for E_STORAGE_NOTONLINE. * e-storage.c (e_storage_result_to_string): Add description for E_STORAGE_NOTONLINE. * e-corba-storage.c (e_corba_storage_corba_result_to_storage_result): Support GNOME_Evolution_Storage_NOT_ONLINE (E_STORAGE_NOTONLINE). * Evolution-Storage.idl: Add NOT_ONLINE to enum Result. * e-storage.h: Add E_STORAGE_NOTONLINE to EStorageResult enum. svn path=/trunk/; revision=18097 --- shell/e-storage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-storage.c') diff --git a/shell/e-storage.c b/shell/e-storage.c index 8db704883b..df8a21faa1 100644 --- a/shell/e-storage.c +++ b/shell/e-storage.c @@ -512,6 +512,8 @@ e_storage_result_to_string (EStorageResult result) return _("Cannot make a folder a child of one of its descendants"); case E_STORAGE_INVALIDNAME: return _("Cannot create a folder with that name"); + case E_STORAGE_NOTONLINE: + return _("This operation cannot be performed in off-line mode"); default: return _("Unknown error"); } -- cgit v1.2.3