diff options
Diffstat (limited to 'src/gui/gui-bar.c')
-rw-r--r-- | src/gui/gui-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index 66c839416..32fb6f33a 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -2253,7 +2253,7 @@ gui_bar_hdata_bar_cb (void *data, const char *hdata_name) (void) data; hdata = hdata_new (NULL, hdata_name, "prev_bar", "next_bar", - 0, NULL, NULL); + 0, 0, NULL, NULL); if (hdata) { HDATA_VAR(struct t_gui_bar, name, STRING, 0, NULL, NULL); |