[evolution/wip/webkit2] Fix a build break after commit for "Bug 255032 - Be able to write a note on a mail"
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Fix a build break after commit for "Bug 255032 - Be able to write a note on a mail"
- Date: Tue, 1 Mar 2016 13:49:19 +0000 (UTC)
commit abce759bc306a7d3b7af64d78a52090ce21b4283
Author: Milan Crha <mcrha redhat com>
Date: Tue Mar 1 14:43:48 2016 +0100
Fix a build break after commit for "Bug 255032 - Be able to write a note on a mail"
mail/e-mail-notes.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/e-mail-notes.c b/mail/e-mail-notes.c
index 7d69cb9..32c9228 100644
--- a/mail/e-mail-notes.c
+++ b/mail/e-mail-notes.c
@@ -716,7 +716,7 @@ action_close_cb (GtkAction *action,
view = e_html_editor_get_view (notes_editor->editor);
- something_changed = webkit_web_view_can_undo (WEBKIT_WEB_VIEW (view));
+ something_changed = e_html_editor_view_get_changed (view);
if (something_changed) {
gint response;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]