diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-23 05:45:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-23 05:45:05 +0800 |
commit | 008f188bf643f2c273df1ce3d9b02138216066f4 (patch) | |
tree | 38081c5ed081ccb682a0f20578c4529ea5cad798 | |
parent | c97bcfe47efac250be4477a94b4ffcb186e6a180 (diff) | |
download | gsoc2013-evolution-008f188bf643f2c273df1ce3d9b02138216066f4.tar gsoc2013-evolution-008f188bf643f2c273df1ce3d9b02138216066f4.tar.gz gsoc2013-evolution-008f188bf643f2c273df1ce3d9b02138216066f4.tar.bz2 gsoc2013-evolution-008f188bf643f2c273df1ce3d9b02138216066f4.tar.lz gsoc2013-evolution-008f188bf643f2c273df1ce3d9b02138216066f4.tar.xz gsoc2013-evolution-008f188bf643f2c273df1ce3d9b02138216066f4.tar.zst gsoc2013-evolution-008f188bf643f2c273df1ce3d9b02138216066f4.zip |
removed unused etspec files
svn path=/trunk/; revision=23011
-rw-r--r-- | mail/Makefile.am | 2 | ||||
-rw-r--r-- | mail/mail-accounts.etspec | 12 | ||||
-rw-r--r-- | mail/subscribe-dialog.etspec | 9 |
3 files changed, 1 insertions, 22 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index ac0b6827bd..f6db73f74e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -225,7 +225,7 @@ glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message MARSHAL_GENERATED = em-marshal.c em-marshal.h @EVO_MARSHAL_RULE@ -etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec +etspec_DATA = message-list.etspec idl_DATA = $(MAILER_IDL) diff --git a/mail/mail-accounts.etspec b/mail/mail-accounts.etspec deleted file mode 100644 index 22c09370b1..0000000000 --- a/mail/mail-accounts.etspec +++ /dev/null @@ -1,12 +0,0 @@ -<ETableSpecification cursor-mode="line" draw-grid="false" draw-focus="true" selection-mode="single"> - <ETableColumn model_col= "0" _title="Enabled" pixbuf="enabled" expansion="0.0" minimum_width="18" resizable="false" cell="render_message_status" compare="integer" sortable="false"/> - - <ETableColumn model_col= "1" _title="Account name" expansion="1.6" minimum_width="32" resizable="true" cell="render_text" compare="string"/> - - <ETableColumn model_col= "2" _title="Protocol" expansion="0.8" minimum_width="32" resizable="true" cell="render_text" compare="string"/> - - <ETableState> - <column source="0"/> <column source="1"/> <column source="2"/> - <grouping> </grouping> - </ETableState> -</ETableSpecification> diff --git a/mail/subscribe-dialog.etspec b/mail/subscribe-dialog.etspec deleted file mode 100644 index 1f5decbb36..0000000000 --- a/mail/subscribe-dialog.etspec +++ /dev/null @@ -1,9 +0,0 @@ -<ETableSpecification cursor-mode="line" no-headers="true"> - <ETableColumn model_col="0" pixbuf="subscribed-image" expansion="0.0" minimum_width="16" resizable="false" cell="cell_toggle" compare="integer"/> - <ETableColumn model_col="1" _title="Folder" expansion="1.0" minimum_width="20" resizable="true" cell="cell_tree" compare="string"/> - <ETableState> - <column source="0"/> - <column source="1"/> - <grouping></grouping> - </ETableState> -</ETableSpecification> |