[evolution] EHTMLEditorActions - 'Select All' action is always disabled
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorActions - 'Select All' action is always disabled
- Date: Fri, 29 Apr 2016 04:51:20 +0000 (UTC)
commit 3a60d8c3599f667a771c5de745f4b25b49709e0b
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 bce0f29..1a230a0 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]