[evolution-patches] [IMPROVED PATCH]Bug# 58014: Cannot add multiple participants for the same category while assigning tasks.
- From: Umesh Tiwari <tiwariumesh232 gawab com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] [IMPROVED PATCH]Bug# 58014: Cannot add multiple participants for the same category while assigning tasks.
- Date: Fri, 07 May 2004 11:38:46 +0530
This is a patch for bug #58014,which allows to add multiple participants
for the same category while assigning tasks.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2306
diff -u -r1.2306 ChangeLog
--- a/ChangeLog 5 May 2004 05:37:30 -0000 1.2306
+++ b/ChangeLog 7 May 2004 05:57:30 -0000
@@ -1,3 +1,9 @@
+2004-05-07 Umeshtej <umeshtej gawab com>
+
+ Fixes #58014
+ * gui/e-meeting-list-view.c (process_section):Run the for loop
+ for the number of elements in cards.
+
2004-05-05 Larry Ewing <lewing ximian com>
* gui/dialogs/calendar-setup.c: make sure that we don't crash if
Index: gui/e-meeting-list-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-meeting-list-view.c,v
retrieving revision 1.9
diff -u -r1.9 e-meeting-list-view.c
--- a/gui/e-meeting-list-view.c 9 Apr 2004 17:30:39 -0000 1.9
+++ b/gui/e-meeting-list-view.c 7 May 2004 05:59:08 -0000
@@ -334,7 +334,7 @@
int i;
priv = view->priv;
- for (i = 0; i < G_N_ELEMENTS (cards); i++) {
+ for (i = 0; i < cards[i] != NULL; i++) {
const char *name, *attendee = NULL;
char *attr = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]