aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/ChangeLog
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2005-08-10 15:15:25 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2005-08-10 15:15:25 +0800
commite0b530599f894a4ef9d469c8a9b44e186aa0ae5f (patch)
treea4b6e9034c39d6149bdc71e0526c0e184a684325 /plugins/groupwise-features/ChangeLog
parent679915276c7ba60d9e7090221f372bbc5990f8d1 (diff)
downloadgsoc2013-evolution-e0b530599f894a4ef9d469c8a9b44e186aa0ae5f.tar
gsoc2013-evolution-e0b530599f894a4ef9d469c8a9b44e186aa0ae5f.tar.gz
gsoc2013-evolution-e0b530599f894a4ef9d469c8a9b44e186aa0ae5f.tar.bz2
gsoc2013-evolution-e0b530599f894a4ef9d469c8a9b44e186aa0ae5f.tar.lz
gsoc2013-evolution-e0b530599f894a4ef9d469c8a9b44e186aa0ae5f.tar.xz
gsoc2013-evolution-e0b530599f894a4ef9d469c8a9b44e186aa0ae5f.tar.zst
gsoc2013-evolution-e0b530599f894a4ef9d469c8a9b44e186aa0ae5f.zip
: Changed the way in which the EDIT and DELETED flags are handled so that
2005-08-10 Sankar P <psankar@novell.com> * proxy.c : (proxy_dialog_store_widgets_data) (proxy_commit) : Changed the way in which the EDIT and DELETED flags are handled so that any proxy can be deleted without closing account-editor. Fixes #312313 svn path=/trunk/; revision=30070
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r--plugins/groupwise-features/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index ca53b8e031..8c129b5d1b 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,5 +1,13 @@
2005-08-10 Sankar P <psankar@novell.com>
+ * proxy.c :
+ (proxy_dialog_store_widgets_data)
+ (proxy_commit) : Changed the way in which the EDIT and DELETED flags
+ are handled so that any proxy can be deleted without closing account-editor.
+ Fixes #312313
+
+2005-08-10 Sankar P <psankar@novell.com>
+
* proxy.c :
Moved the GList to maintain the list of proxies,
into the proxyDialog structure.