fix data reuse
[lttv.git] / ltt / branches / poly / lttv / modules / gui / statistics / statistics.c
index 0af3c08dfdbadec5867112ffa275a05761323d9b..f32538d5c3209efecd2e4efc1379d9d90cd902a2 100644 (file)
@@ -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);
This page took 0.022332 seconds and 4 git commands to generate.