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.c | |
parent | 216d52cd439642b64f0ea789ed68591a7a278c5a (diff) | |
download | gsoc2013-evolution-04aed95972de36157dc05b849b7433448458d0bc.tar.gz 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.c')
-rw-r--r-- | widgets/text/e-completion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/text/e-completion.c b/widgets/text/e-completion.c index f15ce3027e..0ede90a088 100644 --- a/widgets/text/e-completion.c +++ b/widgets/text/e-completion.c @@ -320,7 +320,6 @@ e_completion_sort (ECompletion *complete) sort_list = g_list_sort (sort_list, (GCompareFunc) e_completion_match_compare_alpha); - diff = FALSE; count = 0; i = complete->priv->matches; |