diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-29 12:27:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-29 12:27:39 +0200 |
commit | dfd7ed5457cc4df7c75e9f9e61efeaea50b26a75 (patch) | |
tree | e4bf55e5dbbc9e28c3bcec649e3ab777219e6079 | |
parent | db86b84218481c89af3bb260d6fe180886a9389b (diff) | |
download | weechat-dfd7ed5457cc4df7c75e9f9e61efeaea50b26a75.zip |
core: add "bar_refresh_needed" in dump of bars to log file
-rw-r--r-- | src/gui/gui-bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index 422d427de..74da7e499 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -2422,6 +2422,7 @@ gui_bar_print_log () } } log_printf (" bar_window . . . . . . : 0x%lx", ptr_bar->bar_window); + log_printf (" bar_refresh_needed . . : %d", ptr_bar->bar_refresh_needed); log_printf (" prev_bar . . . . . . . : 0x%lx", ptr_bar->prev_bar); log_printf (" next_bar . . . . . . . : 0x%lx", ptr_bar->next_bar); |