diff options
Diffstat (limited to 'e-util/e-text-event-processor.c')
-rw-r--r-- | e-util/e-text-event-processor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-text-event-processor.c b/e-util/e-text-event-processor.c index c79033d702..9e2b2d6474 100644 --- a/e-util/e-text-event-processor.c +++ b/e-util/e-text-event-processor.c @@ -96,8 +96,8 @@ gint e_text_event_processor_handle_event (ETextEventProcessor *tep, ETextEventProcessorEvent *event) { - if (E_TEXT_EVENT_PROCESSOR_GET_CLASS(tep)->event) - return E_TEXT_EVENT_PROCESSOR_GET_CLASS(tep)->event(tep, event); + if (E_TEXT_EVENT_PROCESSOR_GET_CLASS (tep)->event) + return E_TEXT_EVENT_PROCESSOR_GET_CLASS (tep)->event (tep, event); else return 0; } |