aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-12 10:47:42 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-12 10:47:42 +0800
commitea469b6fc7fa5a173149a5c0d2725fb3d0aa48b2 (patch)
tree4fc6de816c29598cef346e569e23256aab480fb9 /widgets/table
parent384c7dadf8046ecf660eb0ead9b684de17d85a44 (diff)
downloadgsoc2013-evolution-ea469b6fc7fa5a173149a5c0d2725fb3d0aa48b2.tar.gz
gsoc2013-evolution-ea469b6fc7fa5a173149a5c0d2725fb3d0aa48b2.tar.zst
gsoc2013-evolution-ea469b6fc7fa5a173149a5c0d2725fb3d0aa48b2.zip
Made selected rows ignore their color specification.
2000-12-11 Christopher James Lahey <clahey@helixcode.com> * e-cell-text.c (ect_draw): Made selected rows ignore their color specification. svn path=/trunk/; revision=6935
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-cell-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index 30899383f3..83da75a530 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -483,7 +483,7 @@ ect_draw (ECellView *ecell_view, GdkDrawable *drawable,
cursor_color = foreground;
- if (ect->color_column != -1) {
+ if (ect->color_column != -1 && ! selected) {
color_spec = e_table_model_value_at (ecell_view->e_table_model,
ect->color_column, row);
cell_foreground = e_cell_text_get_color (text_view,
>+1 * - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-101-1/+0 * - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-101-1/+1 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-051-3/+2 * - Update Haskell ports from the development repositorypgj2013-03-302-4/+3 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-10/+4 * - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-0/+1 * - Update to 0.7.6pgj2012-06-043-10/+9 * - Update to 0.7.4pgj2012-02-132-4/+4 * Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-261-0/+1