aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-dialog.glade
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-04-28 04:14:17 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-04-28 04:14:17 +0800
commitd06ca412e46d6b4fc2ecd3e1e956b1e8970c8867 (patch)
tree2eaedffbdd5111f8798e1c91d329a9df6deda4ed /calendar/gui/e-meeting-dialog.glade
parentf413877346367b10d2158e21c249b958d36b94f0 (diff)
downloadgsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.tar
gsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.tar.gz
gsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.tar.bz2
gsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.tar.lz
gsoc2013-evolution-d06ca412e46d6b4fc2ecd3e1e956b1e8970c8867.tar.xz
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/e-meeting-dialog.glade')
-rw-r--r--calendar/gui/e-meeting-dialog.glade10
1 files changed, 6 insertions, 4 deletions
diff --git a/calendar/gui/e-meeting-dialog.glade b/calendar/gui/e-meeting-dialog.glade
index 5b9a057f46..3ec30d19e9 100644
--- a/calendar/gui/e-meeting-dialog.glade
+++ b/calendar/gui/e-meeting-dialog.glade
@@ -201,6 +201,7 @@ Time</label>
<can_default>True</can_default>
<can_focus>True</can_focus>
<label>Add</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
</widget>
<widget>
@@ -209,6 +210,7 @@ Time</label>
<can_default>True</can_default>
<can_focus>True</can_focus>
<label>Delete</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
</widget>
<widget>
@@ -217,6 +219,7 @@ Time</label>
<can_default>True</can_default>
<can_focus>True</can_focus>
<label>Edit</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
</widget>
</widget>
</widget>
@@ -438,8 +441,8 @@ Time</label>
<class>GtkCombo</class>
<name>role_combo</name>
<width>160</width>
- <value_in_list>False</value_in_list>
- <ok_if_empty>True</ok_if_empty>
+ <value_in_list>True</value_in_list>
+ <ok_if_empty>False</ok_if_empty>
<case_sensitive>False</case_sensitive>
<use_arrows>True</use_arrows>
<use_arrows_always>False</use_arrows_always>
@@ -447,7 +450,6 @@ Time</label>
Required Participant
Optional Participant
Non-Participant
-Other
</items>
@@ -465,7 +467,7 @@ Other
<editable>False</editable>
<text_visible>True</text_visible>
<text_max_length>0</text_max_length>
- <text>Required Participant</text>
+ <text>Chair</text>
</widget>
</widget>