diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index 7a995a6a0..0c7e136e0 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -419,7 +419,7 @@ gui_bar_check_conditions (struct t_gui_bar *bar, } extra_vars = hashtable_new (32, WEECHAT_HASHTABLE_STRING, - WEECHAT_HASHTABLE_POINTER, + WEECHAT_HASHTABLE_STRING, NULL, NULL); if (extra_vars) { @@ -432,7 +432,7 @@ gui_bar_check_conditions (struct t_gui_bar *bar, } options = hashtable_new (32, WEECHAT_HASHTABLE_STRING, - WEECHAT_HASHTABLE_POINTER, + WEECHAT_HASHTABLE_STRING, NULL, NULL); if (options) hashtable_set (options, "type", "condition");