diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-01-20 05:44:35 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-01-20 05:44:35 +0800 |
commit | 8951cd044f0a0ccedbc7e06c6ba9111229170384 (patch) | |
tree | 2d31e72f1a2b8e08648c7895c62d7a0c05315c8f /addressbook/gui/widgets | |
parent | 88c7a1b68c0f0ecbdffcdc5eea0d38b6a605fbda (diff) | |
download | gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.tar.gz gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.tar.zst gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.zip |
Take off the cursor/focus. Now we have a nice cairo rendered message list
2008-01-20 Srinivasa Ragavan <sragavan@novell.com>
* gui/widgets/e-addressbook-view.etspec: Take off the cursor/focus.
Now we have a nice cairo rendered message list row.
svn path=/trunk/; revision=34853
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.etspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.etspec b/addressbook/gui/widgets/e-addressbook-view.etspec index 45eaea1df3..73a5d4d907 100644 --- a/addressbook/gui/widgets/e-addressbook-view.etspec +++ b/addressbook/gui/widgets/e-addressbook-view.etspec @@ -1,4 +1,4 @@ -<ETableSpecification draw-grid="true" cursor-mode="line"> +<ETableSpecification draw-grid="true" cursor-mode="line" draw-focus="false"> <ETableColumn model_col= "2" _title="File As" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="collate"/> <ETableColumn model_col= "4" _title="Full Name" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="collate"/> <ETableColumn model_col= "5" _title="Given Name" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="collate"/> |