diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-09 10:10:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:58 +0800 |
commit | fbddd55a08393446dff617a9351207dae8859bda (patch) | |
tree | ac9053b5ff0a2db952d436d975db18795b0fda0e /calendar | |
parent | 5245a810b23c1d2ca0a15cbf65f1e00e7da5c4a2 (diff) | |
download | gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar.gz gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar.bz2 gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar.lz gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar.xz gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar.zst gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.zip |
xxx: meeting time stipple
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/e-meeting-time-sel-item.c | 2 | ||||
-rw-r--r-- | calendar/gui/e-meeting-time-sel-item.h | 1 | ||||
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 2 | ||||
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/calendar/gui/e-meeting-time-sel-item.c b/calendar/gui/e-meeting-time-sel-item.c index 9433a9beaa..72d7d724a3 100644 --- a/calendar/gui/e-meeting-time-sel-item.c +++ b/calendar/gui/e-meeting-time-sel-item.c @@ -320,7 +320,7 @@ e_meeting_time_selector_item_draw (GnomeCanvasItem *item, GdkDrawable *drawable, cairo_restore (cr); } - /* For the main display draw the stipple background for attendee's + /* For the main display draw the no-info pattern background for attendee's that have no calendar information. */ if (!is_display_top) { gdk_cairo_set_source_color (cr, &mts->grid_color); diff --git a/calendar/gui/e-meeting-time-sel-item.h b/calendar/gui/e-meeting-time-sel-item.h index 547f01aaf6..1965a4ab95 100644 --- a/calendar/gui/e-meeting-time-sel-item.h +++ b/calendar/gui/e-meeting-time-sel-item.h @@ -52,7 +52,6 @@ struct _EMeetingTimeSelectorItem /* This GC is used for most of the drawing. The fg/bg colors are changed for each bit. */ GdkGC *main_gc; - GdkGC *stipple_gc; /* The normal, resize & busy cursors . */ GdkCursor *normal_cursor; diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index cc7f4dbf6d..a19667f5e3 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -862,7 +862,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingStore *em } /* This adds a color to the color key beneath the main display. If color is - NULL, it displays the No Info stipple instead. */ + NULL, it displays the No Info pattern instead. */ static void e_meeting_time_selector_add_key_color (EMeetingTimeSelector * mts, GtkWidget *hbox, diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index 5fd5086dc0..ce1ca2b360 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -174,7 +174,6 @@ struct _EMeetingTimeSelector { GdkColor bg_color; GdkColor all_attendees_bg_color; GdkColor meeting_time_bg_color; - GdkColor stipple_bg_color; GdkColor attendee_list_bg_color; GdkColor grid_color; GdkColor grid_shadow_color; |