ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/lib/Gtk2/CV.pm
(Generate patch)

Comparing CV/lib/Gtk2/CV.pm (file contents):
Revision 1.26 by root, Wed Sep 27 22:03:39 2006 UTC vs.
Revision 1.27 by root, Sun Oct 22 21:51:13 2006 UTC

29 remove Glib::Source $aio_source if $aio_source; 29 remove Glib::Source $aio_source if $aio_source;
30 undef $aio_source; 30 undef $aio_source;
31} 31}
32 32
33enable_aio; 33enable_aio;
34IO::AIO::max_outstanding 128;
35 34
36sub find_rcfile($) { 35sub find_rcfile($) {
37 my $path; 36 my $path;
38 37
39 for (@INC) { 38 for (@INC) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines