1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

trigger: rename "once action" to "post action"

This commit is contained in:
Sébastien Helleu
2016-08-09 21:35:39 +02:00
parent 810077fc12
commit de7dc59c87
8 changed files with 75 additions and 75 deletions
+3 -3
View File
@@ -64,14 +64,14 @@
weechat_hashtable_free (extra_vars); \
trigger->hook_running = 0; \
switch (weechat_config_integer ( \
trigger->options[TRIGGER_OPTION_ONCE_ACTION])) \
trigger->options[TRIGGER_OPTION_POST_ACTION])) \
{ \
case TRIGGER_ONCE_DISABLE: \
case TRIGGER_POST_ACTION_DISABLE: \
weechat_config_option_set ( \
trigger->options[TRIGGER_OPTION_ENABLED], \
"off", 1); \
break; \
case TRIGGER_ONCE_DELETE: \
case TRIGGER_POST_ACTION_DELETE: \
trigger_free (trigger); \
break; \
default: \