[evolution/wip/webkit2] Use the wk_editor name for EWebKitEditor instances



commit b1e1e62f3813dc2d06be0339b761b7a495f14e2c
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Jul 22 11:48:21 2016 +0200

    Use the wk_editor name for EWebKitEditor instances

 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 fa23bb9..1fc10c1 100644
--- a/modules/webkit-editor/e-webkit-editor.c
+++ b/modules/webkit-editor/e-webkit-editor.c
@@ -4988,7 +4988,7 @@ webkit_editor_on_find_dialog_close (EContentEditor *editor)
 }
 
 static GDBusProxy *
-webkit_editor_get_web_extension (EWebKitEditor *editor)
+webkit_editor_get_web_extension (EWebKitEditor *wk_editor)
 {
        g_return_val_if_fail (E_IS_WEBKIT_EDITOR (editor), NULL);
 
@@ -5805,10 +5805,10 @@ webkit_editor_context_menu_cb (EWebKitEditor *wk_editor,
 }
 
 static void
-webkit_editor_drag_end_cb (EWebKitEditor *editor,
+webkit_editor_drag_end_cb (EWebKitEditor *wk_editor,
                            GdkDragContext *context)
 {
-       webkit_editor_call_simple_extension_function (editor, "DOMDragAndDropEnd");
+       webkit_editor_call_simple_extension_function (wk_editor, "DOMDragAndDropEnd");
 }
 
 static gboolean


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