Reactivate the constructor of the filter and control dialogs
[lttv.git] / lttv / modules / gui / tracecontrol / tracecontrol.c
index a02301b26053c713ceadfb1f79f5950fb2c5a1c5..56165d943a352d4997d254c3e3d81fd13c3dfd21 100644 (file)
@@ -1242,7 +1242,11 @@ void disarm_clicked (GtkButton *button, gpointer user_data)
 GtkWidget *
 h_guicontrol(LttvPlugin *plugin)
 {
-  return NULL;
+       LttvPluginTab *ptab = LTTV_PLUGIN_TAB(plugin);
+       gui_control(ptab) ;
+
+       /* TODO ybrosseau 2011-02-04: We should probably return a widget here */
+       return NULL;
 }
 
 /**
This page took 0.023498 seconds and 4 git commands to generate.