From: root Date: Sat, 18 Jul 2009 06:11:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ed6748f3c24dc5d56b43d5ab015141604ea2489c;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/urxvt.pm b/src/urxvt.pm index 3b685b74..dc160481 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -1157,7 +1157,7 @@ sub io { bless [$arg{fh}, urxvt::iow ->new - ->fd (defined fileno $arg{fh}) + ->fd ($fd) ->events (($arg{poll} =~ /r/ ? 1 : 0) | ($arg{poll} =~ /w/ ? 2 : 0)) ->start