diff options
author | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
commit | 99c6e9b7a7d87d48e1d621f48a1ef170b8e039f9 (patch) | |
tree | 75a31cb1cb19b4266322f9427b0641c1b53aca24 /calendar/gui/e-meeting-time-sel.etspec | |
parent | dcc99c020b6a58e174091b32585159edfae18dd4 (diff) | |
download | gsoc2013-evolution-99c6e9b7a7d87d48e1d621f48a1ef170b8e039f9.tar.gz gsoc2013-evolution-99c6e9b7a7d87d48e1d621f48a1ef170b8e039f9.tar.zst gsoc2013-evolution-99c6e9b7a7d87d48e1d621f48a1ef170b8e039f9.zip |
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_75
'GNUMERIC_0_75'.
svn path=/tags/GNUMERIC_0_75/; revision=14032
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.etspec')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.etspec | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/calendar/gui/e-meeting-time-sel.etspec b/calendar/gui/e-meeting-time-sel.etspec deleted file mode 100644 index c0b5c721dd..0000000000 --- a/calendar/gui/e-meeting-time-sel.etspec +++ /dev/null @@ -1,19 +0,0 @@ -<ETableSpecification click-to-add="true" click-to-add-end="true" _click-to-add-message="Click here to add an attendee" draw-grid="true"> - <ETableColumn model_col= "0" _title="Attendee" expansion="2.0" minimum_width="10" resizable="true" cell="string" compare="string"/> - <ETableColumn model_col= "1" _title="Member" expansion="2.0" minimum_width="10" resizable="true" cell="string" compare="string"/> - <ETableColumn model_col= "2" _title="Type" expansion="1.0" minimum_width="10" resizable="true" cell="typeedit" compare="string"/> - <ETableColumn model_col= "3" _title="Role" expansion="1.0" minimum_width="10" resizable="true" cell="roleedit" compare="string"/> - <ETableColumn model_col= "4" _title="RSVP" expansion="1.0" minimum_width="10" resizable="true" cell="rsvpedit" compare="string"/> - <ETableColumn model_col= "5" _title="Delegated To" expansion="2.0" minimum_width="10" resizable="true" cell="string" compare="string"/> - <ETableColumn model_col= "6" _title="Delegated From" expansion="2.0" minimum_width="10" resizable="true" cell="string" compare="string"/> - <ETableColumn model_col= "7" _title="Status" expansion="1.0" minimum_width="10" resizable="true" cell="statusedit" compare="string"/> - <ETableColumn model_col= "8" _title="Common Name" expansion="2.0" minimum_width="10" resizable="true" cell="string" compare="string"/> - <ETableColumn model_col= "9" _title="Language" expansion="2.0" minimum_width="10" resizable="true" cell="string" compare="string"/> - - <ETableState> - <column source="0"/> - <column source="2"/> - <column source="7"/> - <grouping></grouping> - </ETableState> -</ETableSpecification> |