diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/message-list.etspec | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 65debc0bb8..749497b5ed 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> + * message-list.etspec: Revert the last cursor remove commit. It breaks + selections with CTRL. May be, cairofy the cursor. + +2008-01-20 Srinivasa Ragavan <sragavan@novell.com> + * message-list.etspec: Remove the focus cursor on the message list. The message list now has a nice cairo rendered row. This looks very close to the GtkTreeView thing. diff --git a/mail/message-list.etspec b/mail/message-list.etspec index bf578d3f16..bd2ec76554 100644 --- a/mail/message-list.etspec +++ b/mail/message-list.etspec @@ -1,4 +1,4 @@ -<ETableSpecification cursor-mode="line" draw-grid="false" draw-focus="false" selection-mode="browse"> +<ETableSpecification cursor-mode="line" draw-grid="false" draw-focus="true" selection-mode="browse"> <ETableColumn model_col="0" _title="Status" pixbuf="status" expansion="0.0" minimum_width="18" resizable="false" cell="render_message_status" compare="integer" /> <ETableColumn model_col="1" _title="Flagged" pixbuf="flagged" expansion="0.0" minimum_width="18" resizable="false" cell="render_flagged" compare="integer"/> |