[evolution/wip/mcrha/webkit-jsc-api: 263/292] Correct typo in property name



commit ab4573dc29004760c585ef04cd17a9f24d3f0f23
Author: Milan Crha <mcrha redhat com>
Date:   Fri Jan 17 09:09:12 2020 +0100

    Correct typo in property name

 src/modules/webkit-editor/e-webkit-editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/modules/webkit-editor/e-webkit-editor.c b/src/modules/webkit-editor/e-webkit-editor.c
index fb738ac8c8..6bb332b94c 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -4169,7 +4169,7 @@ webkit_editor_set_unicode_smileys (EWebKitEditor *wk_editor,
                        "EvoEditor.UNICODE_SMILEYS = %x;",
                        value);
 
-               g_object_notify (G_OBJECT (wk_editor), "unicide-smileys");
+               g_object_notify (G_OBJECT (wk_editor), "unicode-smileys");
        }
 }
 


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