Update FSF address
[lttv.git] / lttv / modules / gui / resourceview / lttv_plugin_cfv.c
index b9ab49f93f83e7c0712f83118728db4f844d39ad..54048f092a8709e9f53c815513e4cbe021824176 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.
  */
 
 
@@ -34,7 +34,9 @@ static void cfv_update_filter(LttvPlugin *parent, LttvFilter *filter)
 {
   LttvPluginCFV *self = LTTV_PLUGIN_CFV(parent);
   g_message("In CFV update filter.");
+#ifdef BABEL_CLEANUP
   lttv_filter_destroy(self->cfd->filter);
+#endif //babel_cleanup
   self->cfd->filter = filter;
   redraw_notify(self->cfd, NULL);
 }
This page took 0.023151 seconds and 4 git commands to generate.