aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.h
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2004-04-30 05:21:56 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-04-30 05:21:56 +0800
commitfa17f1b6958bf180b23952975bc35096b4ae425c (patch)
treeed48a747b2ad3185ae1bc15be3d31159939e7f20 /calendar/gui/e-cal-model.h
parentc985f6888bc820df4fcb8defb78b28cc7e65db0c (diff)
downloadgsoc2013-evolution-fa17f1b6958bf180b23952975bc35096b4ae425c.tar
gsoc2013-evolution-fa17f1b6958bf180b23952975bc35096b4ae425c.tar.gz
gsoc2013-evolution-fa17f1b6958bf180b23952975bc35096b4ae425c.tar.bz2
gsoc2013-evolution-fa17f1b6958bf180b23952975bc35096b4ae425c.tar.lz
gsoc2013-evolution-fa17f1b6958bf180b23952975bc35096b4ae425c.tar.xz
gsoc2013-evolution-fa17f1b6958bf180b23952975bc35096b4ae425c.tar.zst
gsoc2013-evolution-fa17f1b6958bf180b23952975bc35096b4ae425c.zip
use the source color if it is set. Yay for ugly colors.
2004-04-29 Larry Ewing <lewing@ximian.com> * gui/e-cal-model.c (ecm_get_color_for_component): use the source color if it is set. Yay for ugly colors. * gui/e-cal-model.h: add a color holder to the ECalModelComponent since the return value of the color stuff is const. svn path=/trunk/; revision=25696
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r--calendar/gui/e-cal-model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h
index 8437e4d1c5..aef2e3d539 100644
--- a/calendar/gui/e-cal-model.h
+++ b/calendar/gui/e-cal-model.h
@@ -61,6 +61,7 @@ typedef struct {
ECellDateEditValue *dtend;
ECellDateEditValue *due;
ECellDateEditValue *completed;
+ gchar *color;
} ECalModelComponent;
typedef struct {