Add Callgrind as an Helper to run lttv
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / callbacks.c
index ea3c385023788b2aad0c777a7c7b7b16a3cb5e79..7c113118ac79b0bd58d410a0900e5dff97e27b70 100644 (file)
@@ -1632,6 +1632,7 @@ void add_trace(GtkWidget * widget, gpointer user_data)
     ptab = (LttvPluginTab *)g_object_get_data(G_OBJECT(page), "Tab_Plugin");
     tab = ptab->tab;
   }
+//TODO fdeslauriers 2012-07-06: Remove this popup when we support multiple traces
   traceset = lttvwindow_get_traceset(tab);
   if(traceset != NULL && lttv_traceset_number(traceset) > 0){
          GtkWidget *dialogue = 
This page took 0.022962 seconds and 4 git commands to generate.