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.31 by root, Sat Oct 28 23:09:02 2006 UTC vs.
Revision 1.32 by root, Thu Nov 2 00:09:15 2006 UTC

35sub disable_aio { 35sub disable_aio {
36 remove Glib::Source $aio_source if $aio_source; 36 remove Glib::Source $aio_source if $aio_source;
37 undef $aio_source; 37 undef $aio_source;
38} 38}
39 39
40sub flush_aio {
41 enable_aio;
42 IO::AIO::flush;
43}
44
40enable_aio; 45enable_aio;
41 46
42sub find_rcfile($) { 47sub find_rcfile($) {
43 my $path; 48 my $path;
44 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines