From c6053dc749ea0c52369155ef3f5d8aa520778636 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 12 Aug 2004 15:57:32 +0000 Subject: [PATCH] fix data reuse git-svn-id: http://ltt.polymtl.ca/svn@715 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/statistics/statistics.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c index 0af3c08d..f32538d5 100644 --- a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c +++ b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c @@ -181,6 +181,9 @@ static void request_background_data(StatisticViewerData *svd) background_ready_hook); } + } else { + /* ready */ + lttv_hooks_call(background_ready_hook, NULL); } } lttv_hooks_destroy(background_ready_hook); -- 2.34.1