diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-27 22:56:17 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-27 22:56:17 +0000 |
commit | 89d7498019b64ae5f89b6f09f32aaa9d876a9da3 (patch) | |
tree | 1b289e5394b6dc0db092459fbabaaf049b285715 /src/perl/common/typemap | |
parent | d7342a6c4fac7956ddef141c8a2f88a1e7b0378c (diff) | |
download | irssi-89d7498019b64ae5f89b6f09f32aaa9d876a9da3.zip |
Moved fe_perl module to use Irssi::UI .. this breaks several scripts that
use UI-specific code, but simply adding the "use Irssi::UI;" after use
Irssi; should work. make install now removes libfe_perl.* files from global
module directory, but if you have it somewhere else you should manually
remove it.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1582 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/typemap')
-rw-r--r-- | src/perl/common/typemap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/perl/common/typemap b/src/perl/common/typemap index f2432f17..9de29109 100644 --- a/src/perl/common/typemap +++ b/src/perl/common/typemap @@ -12,11 +12,7 @@ Irssi::Log T_PlainObj Irssi::Logitem T_PlainObj Irssi::Rawlog T_PlainObj Irssi::Module T_PlainObj -Irssi::Theme T_PlainObj -Irssi::Keyinfo T_PlainObj -Irssi::Window T_PlainObj Irssi::Windowitem T_IrssiObj -Irssi::TextDest T_PlainObj INPUT |