[evolution/wip/webkit2] Make calendar editors modular and non-UI-blocking (disable ESpellEntry for WK2)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Make calendar editors modular and non-UI-blocking (disable ESpellEntry for WK2)
- Date: Wed, 2 Mar 2016 15:03:37 +0000 (UTC)
commit d13ec5d8b6823f5d0f925df7781dbef56224f975
Author: Milan Crha <mcrha redhat com>
Date: Wed Mar 2 16:03:40 2016 +0100
Make calendar editors modular and non-UI-blocking (disable ESpellEntry for WK2)
calendar/gui/e-comp-editor-property-parts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/e-comp-editor-property-parts.c b/calendar/gui/e-comp-editor-property-parts.c
index 6dcf24a..51e62e8 100644
--- a/calendar/gui/e-comp-editor-property-parts.c
+++ b/calendar/gui/e-comp-editor-property-parts.c
@@ -103,7 +103,7 @@ e_comp_editor_property_part_summary_class_init (ECompEditorPropertyPartSummaryCl
ECompEditorPropertyPartClass *part_class;
part_string_class = E_COMP_EDITOR_PROPERTY_PART_STRING_CLASS (klass);
- part_string_class->entry_type = E_TYPE_SPELL_ENTRY;
+ /* FIXME WK2 part_string_class->entry_type = E_TYPE_SPELL_ENTRY; */
part_string_class->ical_prop_kind = ICAL_SUMMARY_PROPERTY;
part_string_class->ical_new_func = icalproperty_new_summary;
part_string_class->ical_set_func = icalproperty_set_summary;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]