From dfd7ed5457cc4df7c75e9f9e61efeaea50b26a75 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 29 Jul 2011 12:27:39 +0200 Subject: [PATCH] core: add "bar_refresh_needed" in dump of bars to log file --- src/gui/gui-bar.c | 1 + 1 file changed, 1 insertion(+) 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);