[evolution/gnome-3-22] Fix the build
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-22] Fix the build
- Date: Wed, 30 Nov 2016 08:24:37 +0000 (UTC)
commit f955af43a7f682cd789baaabace2f19c9786ccb8
Author: Tomas Popela <tpopela redhat com>
Date: Wed Nov 30 09:18:31 2016 +0100
Fix the build
modules/webkit-editor/e-webkit-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/webkit-editor/e-webkit-editor.c b/modules/webkit-editor/e-webkit-editor.c
index 2b0b308..cd98f1c 100644
--- a/modules/webkit-editor/e-webkit-editor.c
+++ b/modules/webkit-editor/e-webkit-editor.c
@@ -5628,7 +5628,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]