diff options
author | Sankar P <psankar@novell.com> | 2005-08-10 14:50:07 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-08-10 14:50:07 +0800 |
commit | 679915276c7ba60d9e7090221f372bbc5990f8d1 (patch) | |
tree | 68901ec81c6a57e5be0bccaffb6063e5f007cb40 /plugins/groupwise-features/ChangeLog | |
parent | 6b1a18dbb34eae00c668363736532b9b63767bbb (diff) | |
download | gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.gz gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.bz2 gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.lz gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.xz gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.zst gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.zip |
Moved the GList to maintain the list of proxies, into the proxyDialog
2005-08-10 Sankar P <psankar@novell.com>
* 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
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 78e6dd60e5..ca53b8e031 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,13 @@ +2005-08-10 Sankar P <psankar@novell.com> + + * 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 + 2005-08-10 Vivek Jain <jvivek@novell.com> * share-folder-common.c:(org_gnome_shared_folder_factory) |