[evolution/wip/webkit2] EWebKitEditor - Pass the boolean values and not pointers on them



commit f52ac4f9bbb9a801d04214fb8dc4f640b3043222
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Jul 12 17:50:40 2016 +0200

    EWebKitEditor - Pass the boolean values and not pointers on them

 modules/webkit-editor/e-webkit-editor.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modules/webkit-editor/e-webkit-editor.c b/modules/webkit-editor/e-webkit-editor.c
index 6c8ab2d..9e55540 100644
--- a/modules/webkit-editor/e-webkit-editor.c
+++ b/modules/webkit-editor/e-webkit-editor.c
@@ -2073,9 +2073,9 @@ webkit_editor_insert_signature (EContentEditor *editor,
                        content ? content : "",
                        is_html,
                        signature_id,
-                       set_signature_from_message,
-                       check_if_signature_is_changed,
-                       ignore_next_signature_change),
+                       *set_signature_from_message,
+                       *check_if_signature_is_changed,
+                       *ignore_next_signature_change),
                G_DBUS_CALL_FLAGS_NONE,
                -1,
                NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]