diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-06-09 02:31:27 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-06-09 02:31:27 +0800 |
commit | 04aed95972de36157dc05b849b7433448458d0bc (patch) | |
tree | c5577123ad67d78b328320c85d449a959c4c3266 /widgets/text/e-completion-view.c | |
parent | 216d52cd439642b64f0ea789ed68591a7a278c5a (diff) | |
download | gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.tar gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.tar.gz gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.tar.bz2 gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.tar.lz gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.tar.xz gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.tar.zst gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.zip |
Turned off alternating row colors in our ETable specification.
2001-06-08 Jon Trowbridge <trow@ximian.com>
* gal/e-text/e-completion-view.c: Turned off alternating row
colors in our ETable specification.
* gal/e-text/e-completion-match.c (e_completion_match_compare_alpha):
Fix the sort routine to properly use the major & minor keys for
sorting grouped elements with the same match text. I had this all
wrong.
svn path=/trunk/; revision=10159
Diffstat (limited to 'widgets/text/e-completion-view.c')
-rw-r--r-- | widgets/text/e-completion-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-completion-view.c b/widgets/text/e-completion-view.c index e62209efe6..53bb24bc3d 100644 --- a/widgets/text/e-completion-view.c +++ b/widgets/text/e-completion-view.c @@ -584,7 +584,7 @@ end_completion_cb (ECompletion *completion, gpointer user_data) /*** Table Callbacks ***/ static char *simple_spec = -"<ETableSpecification no-headers=\"true\" draw-grid=\"false\" cursor-mode=\"line\"> " +"<ETableSpecification no-headers=\"true\" draw-grid=\"false\" cursor-mode=\"line\" alternating-row-colors=\"false\">" " <ETableColumn model_col=\"0\" _title=\"Node\" expansion=\"1.0\" " " minimum_width=\"16\" resizable=\"true\" cell=\"string\" " " compare=\"string\"/> " |