diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-22 03:29:45 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-22 03:29:45 +0800 |
commit | d53bb7a4d7856cbcf1d0ca7f6c812af3ae9b91ad (patch) | |
tree | b48894254a0bed18d71f4030140ce283720b5173 /calendar/gui/e-memo-table.etspec | |
parent | 6d472a771799cc453ad065b78f4635a7919f4769 (diff) | |
download | gsoc2013-evolution-d53bb7a4d7856cbcf1d0ca7f6c812af3ae9b91ad.tar.gz gsoc2013-evolution-d53bb7a4d7856cbcf1d0ca7f6c812af3ae9b91ad.tar.zst gsoc2013-evolution-d53bb7a4d7856cbcf1d0ca7f6c812af3ae9b91ad.zip |
Commiting Johnny's patch for adding ' Click to add' feature in Memo.
svn path=/trunk/; revision=31857
Diffstat (limited to 'calendar/gui/e-memo-table.etspec')
-rw-r--r-- | calendar/gui/e-memo-table.etspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-memo-table.etspec b/calendar/gui/e-memo-table.etspec index 06ecc2ce4b..ce2f194399 100644 --- a/calendar/gui/e-memo-table.etspec +++ b/calendar/gui/e-memo-table.etspec @@ -1,11 +1,11 @@ -<ETableSpecification click-to-add="false" _click-to-add-message="Click to add a memo" draw-grid="true"> - <ETableColumn model_col= "8" _title="Summary" expansion="3.0" minimum_width="10" resizable="true" cell="calstring" compare="string" priority="10"/> +<ETableSpecification click-to-add="true" _click-to-add-message="Click to add a memo" draw-grid="true"> + <ETableColumn model_col="4" _title="Summary" expansion="3.0" minimum_width="10" resizable="true" cell="calstring" compare="stringcase" priority="0"/> <ETableColumn model_col="19" _title="Memo sort" cell="task-sort" compare="memo-sort" priority="-4"/> <ETableColumn model_col="7" pixbuf="icon" _title="Type" expansion="1.0" minimum_width="16" resizable="false" cell="icon" compare="integer" priority="-4"/> <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="string" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/> <ETableState> - <column source="1"/> + <column source="4"/> <column source="0"/> <column source="2"/> <grouping></grouping> |