[evolution] Fix the build
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Fix the build
- Date: Wed, 30 Nov 2016 08:18:55 +0000 (UTC)
commit ee9ed91de437e7fed86e4d8d9d35a0627b515ff1
Author: Tomas Popela <tpopela redhat com>
Date: Wed Nov 30 09:18:31 2016 +0100
Fix the build
src/modules/webkit-editor/e-webkit-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modules/webkit-editor/e-webkit-editor.c b/src/modules/webkit-editor/e-webkit-editor.c
index 03b4047..bf53502 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -5626,7 +5626,7 @@ webkit_editor_paste_clipboard_targets_cb (GtkClipboard *clipboard,
content = e_clipboard_wait_for_html (clipboard);
is_html = TRUE;
} else if (gtk_targets_include_text (targets, n_targets))
- content = gtk_clipboard_wait_for_text (clipboard)
+ content = gtk_clipboard_wait_for_text (clipboard);
} else {
if (gtk_targets_include_text (targets, n_targets))
content = gtk_clipboard_wait_for_text (clipboard);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]