From fbddd55a08393446dff617a9351207dae8859bda Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 9 Oct 2010 04:10:53 +0200 Subject: xxx: meeting time stipple --- calendar/gui/e-meeting-time-sel-item.c | 2 +- calendar/gui/e-meeting-time-sel-item.h | 1 - calendar/gui/e-meeting-time-sel.c | 2 +- calendar/gui/e-meeting-time-sel.h | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) (limited to 'calendar') 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; -- cgit v1.2.3