summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-17 02:14:17 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-17 02:14:17 +0000
commitfc6133a8375288a415476de4c1d26b6facfad65c (patch)
tree5c76fcb8727ac1bb4066715d7a2e680a1f29ad6d
parentce288cef9a1391350bdf9a9449badcbd618621af (diff)
downloadevolution-data-server-fc6133a8375288a415476de4c1d26b6facfad65c.tar.gz
Add an int i so this code will compile. Should I be worried about how well
2001-01-16 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-summary.c (camel_folder_summary_array): Add an int i so this code will compile. Should I be worried about how well this code will work? ;-)
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/camel-folder-summary.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7d28001cc..c43603e54 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-folder-summary.c (camel_folder_summary_array): Add an int
+ i so this code will compile. Should I be worried about how well
+ this code will work? ;-)
+
2001-01-17 Not Zed <NotZed@Ximian.com>
* camel-folder.c (free_summary): Call
diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c
index 52c9a4aa4..452dc02b7 100644
--- a/camel/camel-folder-summary.c
+++ b/camel/camel-folder-summary.c
@@ -361,7 +361,8 @@ camel_folder_summary_array(CamelFolderSummary *s)
{
CamelMessageInfo *info;
GPtrArray *res = g_ptr_array_new();
-
+ int i;
+
CAMEL_SUMMARY_LOCK(s, ref_lock);
CAMEL_SUMMARY_LOCK(s, summary_lock);