plugins/perl/perl.c

changeset 11256
fe82a0c5e5ec
parent 11170
d8941580d87f
child 11290
136722ebf145
equal deleted inserted replaced
11255:730ba0d0b459 11256:fe82a0c5e5ec
530 } 530 }
531 531
532 static gboolean 532 static gboolean
533 plugin_load(GaimPlugin *plugin) 533 plugin_load(GaimPlugin *plugin)
534 { 534 {
535 gaim_debug_register_category("perl");
536
537 return TRUE; 535 return TRUE;
538 } 536 }
539 537
540 static gboolean 538 static gboolean
541 plugin_unload(GaimPlugin *plugin) 539 plugin_unload(GaimPlugin *plugin)
542 { 540 {
543 perl_end(); 541 perl_end();
544
545 gaim_debug_unregister_category("perl");
546 542
547 return TRUE; 543 return TRUE;
548 } 544 }
549 545
550 static GaimPluginLoaderInfo loader_info = 546 static GaimPluginLoaderInfo loader_info =

mercurial