summaryrefslogtreecommitdiff
path: root/src/perl/ui/UI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/ui/UI.pm')
-rw-r--r--src/perl/ui/UI.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/perl/ui/UI.pm b/src/perl/ui/UI.pm
index 5bab7b6b..83b9ef29 100644
--- a/src/perl/ui/UI.pm
+++ b/src/perl/ui/UI.pm
@@ -12,6 +12,10 @@ $VERSION = "0.9";
require Exporter;
require DynaLoader;
+sub Irssi::UI::Window::create_handle {
+ goto &Irssi::create_window_handle;
+}
+
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw();
@EXPORT_OK = qw();