[evolution/webkit-composer: 228/231] Fix typo in process_elements ().
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer: 228/231] Fix typo in process_elements ().
- Date: Fri, 13 Sep 2013 14:25:08 +0000 (UTC)
commit 5e794e2b8a8c090a809a52b5d13af8ea205bd6d5
Author: Tomas Popela <tpopela redhat com>
Date: Thu Jul 25 08:50:55 2013 +0200
Fix typo in process_elements ().
e-util/e-editor-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index cad3889..89f38cd 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -1618,7 +1618,7 @@ process_elements (WebKitDOMNode *node,
if (g_strcmp0 (webkit_dom_element_get_class_name (WEBKIT_DOM_ELEMENT (node)),
"-x-evolution-signature") == 0) {
- if (process_elements)
+ if (process_nodes)
g_string_append (buffer, "\n");
else
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]