From 679915276c7ba60d9e7090221f372bbc5990f8d1 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Wed, 10 Aug 2005 06:50:07 +0000 Subject: Moved the GList to maintain the list of proxies, into the proxyDialog 2005-08-10 Sankar P * proxy.c : Moved the GList to maintain the list of proxies, into the proxyDialog structure. Fixes #312352, #312309 * proxy.h : Added free_proxy_list declaration to avoid compiler warning svn path=/trunk/; revision=30069 --- plugins/groupwise-features/proxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/groupwise-features/proxy.h') diff --git a/plugins/groupwise-features/proxy.h b/plugins/groupwise-features/proxy.h index 38e2f744b8..fb2f6c6453 100644 --- a/plugins/groupwise-features/proxy.h +++ b/plugins/groupwise-features/proxy.h @@ -64,3 +64,4 @@ void proxy_commit (GtkWidget *button, EConfigHookItemFactoryData *data); static void proxy_setup_meta_tree_view (EAccount *account); static proxyHandler *proxy_get_item_from_list (EAccount *account, char *account_name); static void proxy_load_edit_dialog (EAccount *account, proxyHandler *edited); +void free_proxy_list (GList *proxy_list); -- cgit v1.2.3