X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Fdetailedevents%2Flttv_plugin_evd.c;h=bae69c61d1c7fcf1ffa8258ac6897d81fec55a7a;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=3aeac8d11f3cb68bf7c893552972b41bc7a7498d;hpb=8d8c5ea79a434752faf43cd66acc38196d25268d;p=lttv.git diff --git a/lttv/modules/gui/detailedevents/lttv_plugin_evd.c b/lttv/modules/gui/detailedevents/lttv_plugin_evd.c index 3aeac8d1..bae69c61 100644 --- a/lttv/modules/gui/detailedevents/lttv_plugin_evd.c +++ b/lttv/modules/gui/detailedevents/lttv_plugin_evd.c @@ -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. */ @@ -28,7 +28,7 @@ /* * Implementation */ - +#ifdef BABEL_CLEANUP static void evd_update_filter(LttvPlugin *parent, LttvFilter *filter) { LttvPluginEVD *self = LTTV_PLUGIN_EVD(parent); @@ -37,14 +37,17 @@ static void evd_update_filter(LttvPlugin *parent, LttvFilter *filter) self->evd->filter = filter; evd_redraw_notify(self->evd, NULL); } - +#endif //babel cleanup static void lttv_plugin_evd_class_init (LttvPluginEVDClass *klass) { + #ifdef BABEL_CLEANUP LttvPluginClass *parent_klass; parent_klass = &klass->parent; + parent_klass->update_filter = evd_update_filter; +#endif //babel cleanup g_type_class_add_private (klass, sizeof (EventViewerData)); }