X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fperl%2Fperl-fe.c;fp=apps%2Firssi%2Fsrc%2Fperl%2Fperl-fe.c;h=8e8469e94b344727b3e95137e8a0ca8e44be1fbc;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=7015cdf2a6b7b76bd83f601609e0434b00aa936d;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/src/perl/perl-fe.c b/apps/irssi/src/perl/perl-fe.c index 7015cdf2..8e8469e9 100644 --- a/apps/irssi/src/perl/perl-fe.c +++ b/apps/irssi/src/perl/perl-fe.c @@ -13,9 +13,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - 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 + 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "module-fe.h" @@ -262,6 +262,8 @@ void fe_perl_init(void) void fe_perl_deinit(void) { + theme_unregister(); + command_unbind("script", (SIGNAL_FUNC) cmd_script); command_unbind("script exec", (SIGNAL_FUNC) cmd_script_exec); command_unbind("script load", (SIGNAL_FUNC) cmd_script_load);