initial port of the mainwindow
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / lttv_plugin_tab.c
index 70591766ef6adca6d4ef1fc7ed02f5191639d579..519e5d2ffa41656699412c28690f48fd8dc6159f 100644 (file)
@@ -32,12 +32,13 @@ static void tab_update_filter(LttvPlugin *parent, LttvFilter *filter)
 {
   LttvPluginTab *self = LTTV_PLUGIN_TAB(parent);
   g_message("In tab update filter.");
+  #ifdef BABEL_CLEANUP
   lttv_filter_destroy(self->tab->filter);
+  #endif /* BABEL_CLEANUP */ 
   self->tab->filter = filter;
   lttvwindow_report_filter(self->tab, filter);
 }
 
-
 static void
 lttv_plugin_tab_class_init (LttvPluginTabClass *klass)
 {
This page took 0.023363 seconds and 4 git commands to generate.