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 | |
parent | 88c7a1b68c0f0ecbdffcdc5eea0d38b6a605fbda (diff) | |
download | gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.tar gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.tar.gz gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.tar.bz2 gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.tar.lz gsoc2013-evolution-8951cd044f0a0ccedbc7e06c6ba9111229170384.tar.xz 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')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.etspec | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 44336fdb83..e6e61ef440 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +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. + 2008-01-15 Djihed Afifi <djihed@gmail.com> ** Fix for bug #507564 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"/> |