[evolution/wip/webkit2] EHTMLEditorActions - 'Select All' action is always disabled



commit 9379378ef70f19dd9f9ad353837edb539f02f747
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Apr 29 06:46:53 2016 +0200

    EHTMLEditorActions - 'Select All' action is always disabled

 e-util/e-html-editor-actions.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-actions.h b/e-util/e-html-editor-actions.h
index 6e0a568..b45d0e6 100644
--- a/e-util/e-html-editor-actions.h
+++ b/e-util/e-html-editor-actions.h
@@ -119,6 +119,8 @@
        E_HTML_EDITOR_ACTION ((editor), "properties-table")
 #define E_HTML_EDITOR_ACTION_REDO(editor) \
        E_HTML_EDITOR_ACTION ((editor), "redo")
+#define E_HTML_EDITOR_ACTION_SELECT_ALL(editor) \
+       E_HTML_EDITOR_ACTION ((editor), "select-all")
 #define E_HTML_EDITOR_ACTION_SHOW_FIND(editor) \
        E_HTML_EDITOR_ACTION ((editor), "show-find")
 #define E_HTML_EDITOR_ACTION_SHOW_REPLACE(editor) \


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