summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-17 11:27:07 +0300
committerAndrew Dolgov <[email protected]>2021-01-17 11:27:07 +0300
commit25520e978436b29f77f3504e698f8f8609e60a1f (patch)
treecbbe1331f4d01db5ba4ec6d69d1ce668470057be /classes/pluginhost.php
parent7a2ad08a7da679e0a8f62e60fa036ff9a23e6e11 (diff)
Select... dropdown: replace dijit Select with DropDownButton, simplify layout
PluginHost: add HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM Headlines.onActionChanged: removed
Diffstat (limited to 'classes/pluginhost.php')
-rwxr-xr-xclasses/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index f84b07251..08871af51 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -69,6 +69,7 @@ class PluginHost {
const HOOK_ENCLOSURE_IMPORTED = 45;
const HOOK_HEADLINES_CUSTOM_SORT_MAP = 46;
const HOOK_HEADLINES_CUSTOM_SORT_OVERRIDE = 47;
+ const HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM = 48;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;