From 5eb2d61037720ee2c39fab697f28d02339498c47 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 4 May 2001 17:59:35 +0000 Subject: Use type instead of portNumber. * e-shell-offline-handler.c (update_dialog_clist_hash_foreach, (duplicate_connection_list): Use type instead of portNumber. (e_shell_offline_handler_put_components_offline): Fix the logic of when to show the connection dialog here. (Show it when there *are* connections, not when there aren't.) * Evolution-Offline.idl: Have a "string type" instead of "short portNumber" in Connection. svn path=/trunk/; revision=9676 --- 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 54bee91023..6c86de4289 100644 --- a/shell/Evolution-Offline.idl +++ b/shell/Evolution-Offline.idl @@ -15,7 +15,7 @@ module Evolution { struct Connection { string hostName; - short portNumber; + string type; }; typedef sequence ConnectionList; -- cgit