aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-html-editor.c')
-rw-r--r--e-util/e-html-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-html-editor.c b/e-util/e-html-editor.c
index aef38bc6f8..74b4a9b65c 100644
--- a/e-util/e-html-editor.c
+++ b/e-util/e-html-editor.c
@@ -352,7 +352,7 @@ html_editor_update_actions (EHTMLEditor *editor,
visible = (WEBKIT_DOM_IS_HTMLHR_ELEMENT (node));
gtk_action_set_visible (ACTION (CONTEXT_PROPERTIES_RULE), visible);
- visible = (webkit_dom_node_get_node_type (node) == 3);
+ visible = (WEBKIT_DOM_IS_TEXT (node));
gtk_action_set_visible (ACTION (CONTEXT_PROPERTIES_TEXT), visible);
visible =