Update FSF address
[lttv.git] / lttv / modules / gui / detailedevents / lttv_plugin_evd.c
index ed4e4dafd9d54c6dbe828ee68dcdf46ce4dd9a85..bae69c61d1c7fcf1ffa8258ac6897d81fec55a7a 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.
  */
 
 
@@ -42,9 +42,10 @@ static void evd_update_filter(LttvPlugin *parent, LttvFilter *filter)
 static void
 lttv_plugin_evd_class_init (LttvPluginEVDClass *klass)
 {
+  #ifdef BABEL_CLEANUP
   LttvPluginClass *parent_klass;
   parent_klass = &klass->parent;
-  #ifdef BABEL_CLEANUP
+
   parent_klass->update_filter = evd_update_filter;
 #endif //babel cleanup
   g_type_class_add_private (klass, sizeof (EventViewerData));
This page took 0.023723 seconds and 4 git commands to generate.