diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-23 06:12:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-23 06:12:14 +0800 |
commit | 52ddf8039581c2daeae15c09b4caaeec31f96458 (patch) | |
tree | 74cca5d44b39abc2e5cd687f7b2309f152755423 | |
parent | 175618ed1efc1ba19645cee9127055bdbd34196b (diff) | |
download | gsoc2013-evolution-52ddf8039581c2daeae15c09b4caaeec31f96458.tar gsoc2013-evolution-52ddf8039581c2daeae15c09b4caaeec31f96458.tar.gz gsoc2013-evolution-52ddf8039581c2daeae15c09b4caaeec31f96458.tar.bz2 gsoc2013-evolution-52ddf8039581c2daeae15c09b4caaeec31f96458.tar.lz gsoc2013-evolution-52ddf8039581c2daeae15c09b4caaeec31f96458.tar.xz gsoc2013-evolution-52ddf8039581c2daeae15c09b4caaeec31f96458.tar.zst gsoc2013-evolution-52ddf8039581c2daeae15c09b4caaeec31f96458.zip |
disable this column. Fixes Ximian bug #12381.
2001-10-22 Christopher James Lahey <clahey@ximian.com>
* message-list.etspec (Score): disable this column. Fixes Ximian
bug #12381.
svn path=/trunk/; revision=13898
-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 46ce9bdaf6..0042cf5d78 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-10-22 Christopher James Lahey <clahey@ximian.com> + + * message-list.etspec (Score): disable this column. Fixes Ximian + bug #12381. + 2001-10-22 Ettore Perazzoli <ettore@ximian.com> * mail-mt.c: #include "component-factory.h". diff --git a/mail/message-list.etspec b/mail/message-list.etspec index 5f80afcbb1..a8bf34056a 100644 --- a/mail/message-list.etspec +++ b/mail/message-list.etspec @@ -1,7 +1,7 @@ <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" sortable="false"/> <ETableColumn model_col= "1" _title="Flagged" pixbuf="flagged" expansion="0.0" minimum_width="18" resizable="false" cell="render_flagged" compare="integer"/> - <ETableColumn model_col= "2" _title="Score" pixbuf="score" expansion="0.0" minimum_width="18" resizable="false" cell="render_score" compare="integer"/> + <ETableColumn model_col= "2" _title="Score" pixbuf="score" expansion="0.0" minimum_width="18" disabled="true" resizable="false" cell="render_score" compare="integer"/> <ETableColumn model_col= "3" _title="Attachment" pixbuf="attachment" expansion="0.0" minimum_width="18" resizable="false" cell="render_attachment" compare="integer" sortable="false"/> <ETableColumn model_col= "4" _title="From" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare"/> <ETableColumn model_col= "5" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="subject_compare"/> |