fix data reuse
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 12 Aug 2004 15:57:32 +0000 (15:57 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 12 Aug 2004 15:57:32 +0000 (15:57 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@715 04897980-b3bd-0310-b5e0-8ef037075253

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.023282 seconds and 4 git commands to generate.