diff options
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"/> |