diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-07-11 17:51:07 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-07-11 17:51:07 +0800 |
commit | 1b7996157a608f2540ac049147882c51fcf6bfb1 (patch) | |
tree | a80c1be4b626ae26c59e361f89078087c46e7a47 /plugins/proxy/ChangeLog | |
parent | d8542113bf94c3edd62858c3f271feea0805e083 (diff) | |
download | gsoc2013-evolution-1b7996157a608f2540ac049147882c51fcf6bfb1.tar.gz gsoc2013-evolution-1b7996157a608f2540ac049147882c51fcf6bfb1.tar.zst gsoc2013-evolution-1b7996157a608f2540ac049147882c51fcf6bfb1.zip |
Fix for #309992 and changes to avoid compiler warnings.
svn path=/trunk/; revision=29712
Diffstat (limited to 'plugins/proxy/ChangeLog')
-rw-r--r-- | plugins/proxy/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/proxy/ChangeLog b/plugins/proxy/ChangeLog new file mode 100644 index 0000000000..af4dca65d2 --- /dev/null +++ b/plugins/proxy/ChangeLog @@ -0,0 +1,11 @@ +2005-07-11 Sankar P <psankar@novell.com> + + * proxy.c : + (proxy_edit_account) : Added code to hide the contacts button + while editing proxy access rights for a proxy. + Fixes #309992 + +2005-07-11 Sankar P <psankar@novell.com> + + * proxy.c : + Included <string.h> header to avoid the compiler warnings. |