Reactivate the constructor of the filter and control dialogs
[lttv.git] / lttv / modules / gui / filter / filter.c
index 2357465b2ceece669d8eeb6b92075333d1f19232..a69685f8f8b58559187a7e10fd8e828d313a1748 100644 (file)
@@ -462,7 +462,10 @@ gui_filter_destructor(FilterViewerData *fvd)
 GtkWidget *
 h_guifilter(LttvPlugin *plugin)
 {
-  return NULL;
+       gui_filter(plugin);
+
+       /* TODO ybrosseau 2011-02-04: We should probably return a widget here */
+       return NULL;
 }
 
 /**
This page took 0.023366 seconds and 4 git commands to generate.