Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / gui / statistics / statistics.c
index 0af3c08dfdbadec5867112ffa275a05761323d9b..075997f9585f32b9fce8bad64145b61df418c280 100644 (file)
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <string.h>
 #include <gtk/gtk.h>
@@ -181,6 +185,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.02295 seconds and 4 git commands to generate.