diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-config.etspec')
-rw-r--r-- | addressbook/gui/component/addressbook-config.etspec | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/addressbook/gui/component/addressbook-config.etspec b/addressbook/gui/component/addressbook-config.etspec deleted file mode 100644 index e30d11f1f8..0000000000 --- a/addressbook/gui/component/addressbook-config.etspec +++ /dev/null @@ -1,9 +0,0 @@ -<ETableSpecification cursor-mode="line"> - <ETableColumn model_col= "0" _title="Account Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="string"/> - <ETableColumn model_col= "1" _title="Server Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="string"/> - <ETableState> - <column source="0"/> - <column source="1"/> - <grouping></grouping> - </ETableState> -</ETableSpecification> |