diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-12 07:38:01 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-28 15:13:34 +0100 |
commit | 202b4d82c0b233a891e9e1a303833c15ae86e1d4 (patch) | |
tree | 74d6313c5ae93957adba3cd4f7d4f615d533d0c3 /src/plugins/buflist/buflist-config.h | |
parent | 9174ec979b4cdd7d06f973c096636a833cbb0188 (diff) | |
download | weechat-202b4d82c0b233a891e9e1a303833c15ae86e1d4.zip |
plugins: set priority in calls to weechat_config_new (issue #1872)
Diffstat (limited to 'src/plugins/buflist/buflist-config.h')
-rw-r--r-- | src/plugins/buflist/buflist-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist-config.h b/src/plugins/buflist/buflist-config.h index 2f3f696fe..3e9593a2c 100644 --- a/src/plugins/buflist/buflist-config.h +++ b/src/plugins/buflist/buflist-config.h @@ -23,6 +23,7 @@ #include "buflist-bar-item.h" #define BUFLIST_CONFIG_NAME "buflist" +#define BUFLIST_CONFIG_PRIO_NAME (TO_STR(BUFLIST_PLUGIN_PRIORITY) "|" BUFLIST_CONFIG_NAME) #define BUFLIST_CONFIG_SIGNALS_REFRESH \ "buffer_opened,buffer_closed,buffer_merged,buffer_unmerged," \ |