Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86524
Collapse All | Expand All

(-)evolution-2.2.1.1/plugins/itip-formatter/itip-formatter.c (-1 / +1 lines)
Lines 1011-1017 Link Here
1011
		return FALSE;	       
1011
		return FALSE;	       
1012
	}
1012
	}
1013
1013
1014
	switch (kind) {
1014
	switch (icalcomponent_isa (pitip->ical_comp)) {
1015
	case ICAL_VEVENT_COMPONENT:
1015
	case ICAL_VEVENT_COMPONENT:
1016
		pitip->type = E_CAL_SOURCE_TYPE_EVENT;
1016
		pitip->type = E_CAL_SOURCE_TYPE_EVENT;
1017
		break;
1017
		break;

Return to bug 86524