diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-01-20 05:47:08 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-01-20 05:47:08 +0800 |
commit | b9c49f7751c7e26dffb654c0c46bae5fe004c332 (patch) | |
tree | da8396789170183c8b23cbc15ea523c81117d445 | |
parent | 8951cd044f0a0ccedbc7e06c6ba9111229170384 (diff) | |
download | gsoc2013-evolution-b9c49f7751c7e26dffb654c0c46bae5fe004c332.tar.gz gsoc2013-evolution-b9c49f7751c7e26dffb654c0c46bae5fe004c332.tar.zst gsoc2013-evolution-b9c49f7751c7e26dffb654c0c46bae5fe004c332.zip |
Remove the focus cursor on the message list. The message list now has a
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.
svn path=/trunk/; revision=34854
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/message-list.etspec | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4ee0b2ee1f..65debc0bb8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +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. + 2008-01-16 Matthew Barnes <mbarnes@redhat.com> * em-folder-browser.c: diff --git a/mail/message-list.etspec b/mail/message-list.etspec index bd2ec76554..bf578d3f16 100644 --- a/mail/message-list.etspec +++ b/mail/message-list.etspec @@ -1,4 +1,4 @@ -<ETableSpecification cursor-mode="line" draw-grid="false" draw-focus="true" selection-mode="browse"> +<ETableSpecification cursor-mode="line" draw-grid="false" draw-focus="false" 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"/> |