aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/ChangeLog
diff options
context:
space:
mode:
authorVivek Jain <jvivek@novell.com>2005-10-05 20:04:37 +0800
committerJain Vivek <jvivek@src.gnome.org>2005-10-05 20:04:37 +0800
commit2fffd4b350a9e1623f7c699d29b97f831d95049c (patch)
treeb680e45128b46dd153055a10cec444adb1ed0ed4 /plugins/groupwise-features/ChangeLog
parentad4b47a0b4ec401a285517a48c40c3aea9cf3957 (diff)
downloadgsoc2013-evolution-2fffd4b350a9e1623f7c699d29b97f831d95049c.tar
gsoc2013-evolution-2fffd4b350a9e1623f7c699d29b97f831d95049c.tar.gz
gsoc2013-evolution-2fffd4b350a9e1623f7c699d29b97f831d95049c.tar.bz2
gsoc2013-evolution-2fffd4b350a9e1623f7c699d29b97f831d95049c.tar.lz
gsoc2013-evolution-2fffd4b350a9e1623f7c699d29b97f831d95049c.tar.xz
gsoc2013-evolution-2fffd4b350a9e1623f7c699d29b97f831d95049c.tar.zst
gsoc2013-evolution-2fffd4b350a9e1623f7c699d29b97f831d95049c.zip
moved code for comparing id's to the getcontainer list part, we break if
2005-10-05 Vivek Jain <jvivek@novell.com> * share-folder.c : (display_container) moved code for comparing id's to the getcontainer list part, we break if we find the matched. also check for null before comparing, free the values **Fixes #317906 svn path=/trunk/; revision=30494
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r--plugins/groupwise-features/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index 6398ef81a0..d6277babd9 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-05 Vivek Jain <jvivek@novell.com>
+
+ * share-folder.c : (display_container) moved code for comparing id's
+ to the getcontainer list part, we break if we find the matched.
+ also check for null before comparing, free the values
+ **Fixes #317906
+
2005-09-30 Vivek Jain <jvivek@novell.com>
* shared-folder-common.c: (org_gnome_create_option)