diff options
author | JP Rosevear <jpr@ximian.com> | 2001-04-28 04:14:17 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-04-28 04:14:17 +0800 |
commit | d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867 (patch) | |
tree | 2eaedffbdd5111f8798e1c91d329a9df6deda4ed /calendar/gui/itip-utils.c | |
parent | f413877346367b10d2158e21c249b958d36b94f0 (diff) | |
download | gsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.tar.gz gsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.tar.zst gsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.zip |
remove hardcoded values (edit_attendee): ditto, and there are only 4 roles
2001-04-27 JP Rosevear <jpr@ximian.com>
* 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
Diffstat (limited to 'calendar/gui/itip-utils.c')
-rw-r--r-- | calendar/gui/itip-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
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" }; |