aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-08-02 15:18:33 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-08-02 15:18:33 +0800
commit720608d6b6d1383b5ce2439047f08072aae26d13 (patch)
treeab9b6d0c298c578404ad2ae3a0be13e94025fbf0
parent027d885f21794bd304e22f89dc75069282f6c4e5 (diff)
downloadgsoc2013-evolution-720608d6b6d1383b5ce2439047f08072aae26d13.tar
gsoc2013-evolution-720608d6b6d1383b5ce2439047f08072aae26d13.tar.gz
gsoc2013-evolution-720608d6b6d1383b5ce2439047f08072aae26d13.tar.bz2
gsoc2013-evolution-720608d6b6d1383b5ce2439047f08072aae26d13.tar.lz
gsoc2013-evolution-720608d6b6d1383b5ce2439047f08072aae26d13.tar.xz
gsoc2013-evolution-720608d6b6d1383b5ce2439047f08072aae26d13.tar.zst
gsoc2013-evolution-720608d6b6d1383b5ce2439047f08072aae26d13.zip
Fixes #343991.
svn path=/trunk/; revision=32462
-rw-r--r--plugins/publish-calendar/ChangeLog6
-rw-r--r--plugins/publish-calendar/publish-calendar.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog
index 030f65cee3..cdf0981ad1 100644
--- a/plugins/publish-calendar/ChangeLog
+++ b/plugins/publish-calendar/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-02 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #343991
+ * publish-calendar.c: (publish_uris_set_timeout): Iterate
+ the list when the uri is NULL.
+
2006-07-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #329740
diff --git a/plugins/publish-calendar/publish-calendar.c b/plugins/publish-calendar/publish-calendar.c
index a3cf262547..4184d1b369 100644
--- a/plugins/publish-calendar/publish-calendar.c
+++ b/plugins/publish-calendar/publish-calendar.c
@@ -581,6 +581,7 @@ publish_uris_set_timeout (GSList *uris)
if (!uri->location) {
g_free (uri);
+ l = g_slist_next (l);
continue;
}