[evolution] Bug 791793 - Unnecessary preview reload on style-updated in Tasks/Memos
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 791793 - Unnecessary preview reload on style-updated in Tasks/Memos
- Date: Thu, 4 Jan 2018 16:17:39 +0000 (UTC)
commit 35971f8522b1f198ea11fa43ed4440aaa85a20eb
Author: Milan Crha <mcrha redhat com>
Date: Thu Jan 4 17:17:18 2018 +0100
Bug 791793 - Unnecessary preview reload on style-updated in Tasks/Memos
src/calendar/gui/e-cal-component-preview.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/calendar/gui/e-cal-component-preview.c b/src/calendar/gui/e-cal-component-preview.c
index 5801f71..77a0252 100644
--- a/src/calendar/gui/e-cal-component-preview.c
+++ b/src/calendar/gui/e-cal-component-preview.c
@@ -457,10 +457,6 @@ e_cal_component_preview_init (ECalComponentPreview *preview)
preview->priv = E_CAL_COMPONENT_PREVIEW_GET_PRIVATE (preview);
g_signal_connect (
- preview, "style-updated",
- G_CALLBACK (load_comp), NULL);
-
- g_signal_connect (
preview, "web-process-crashed",
G_CALLBACK (cal_component_preview_web_process_crashed_cb), NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]