mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
core: add option weechat.look.hotlist_add_conditions, remove option weechat.look.hotlist_add_buffer_if_away
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#include "../gui-color.h"
|
||||
#include "../gui-cursor.h"
|
||||
#include "../gui-filter.h"
|
||||
#include "../gui-hotlist.h"
|
||||
#include "../gui-input.h"
|
||||
#include "../gui-layout.h"
|
||||
#include "../gui-line.h"
|
||||
@@ -583,6 +584,9 @@ gui_main_end (int clean_exit)
|
||||
|
||||
/* free some variables used for nicklist */
|
||||
gui_nicklist_end ();
|
||||
|
||||
/* free some variables used for hotlist */
|
||||
gui_hotlist_end ();
|
||||
}
|
||||
|
||||
/* end of Curses output */
|
||||
|
||||
Reference in New Issue
Block a user