plugins/perl/perl.c

changeset 6549
8e6ba2a45698
parent 6536
b91ae5d45371
child 6575
fdb1928afdf9
equal deleted inserted replaced
6548:40da3b90b19f 6549:8e6ba2a45698
372 PUTBACK; 372 PUTBACK;
373 FREETMPS; 373 FREETMPS;
374 LEAVE; 374 LEAVE;
375 } 375 }
376 376
377 gaim_signals_disconnect_by_handle(plugin); 377 gaim_perl_signal_clear_for_plugin(plugin);
378 gaim_perl_timeout_clear_for_plugin(plugin); 378 gaim_perl_timeout_clear_for_plugin(plugin);
379 379
380 return TRUE; 380 return TRUE;
381 } 381 }
382 382

mercurial