Update FSF address
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / lttv_plugin_tab.c
index 70591766ef6adca6d4ef1fc7ed02f5191639d579..b3f0cbe44b72556c21d6b7fdf15c9253c36bcc2f 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 
@@ -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.024258 seconds and 4 git commands to generate.