From d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 27 Apr 2001 20:14:17 +0000 Subject: remove hardcoded values (edit_attendee): ditto, and there are only 4 roles 2001-04-27 JP Rosevear * gui/e-meeting-edit.c (put_property_in_list): remove hardcoded values (edit_attendee): ditto, and there are only 4 roles now * gui/e-meeting-dialog.glade: tweak * gui/itip-utils.c: There shouldn't be an "other" role svn path=/trunk/; revision=9616 --- calendar/gui/itip-utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar/gui/itip-utils.c') diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index f090f051d6..5bf442dec9 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -25,8 +25,7 @@ gchar *role_values[] = { "Chair", "Required Participant", "Optional Participant", - "Non-Participant", - "Other" + "Non-Participant" }; -- cgit