ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/bin/cv
(Generate patch)

Comparing CV/bin/cv (file contents):
Revision 1.50 by root, Sat Aug 13 15:19:10 2005 UTC vs.
Revision 1.51 by root, Sun Aug 14 02:25:44 2005 UTC

130 130
131if (@ARGV) { 131if (@ARGV) {
132 $schnauzer->set_paths ([map Glib::filename_to_unicode $_, @ARGV]); 132 $schnauzer->set_paths ([map Glib::filename_to_unicode $_, @ARGV]);
133 $schnauzer->show_all; 133 $schnauzer->show_all;
134 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 134 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
135 $viewer->show_all;
136} else { 135} else {
137 $schnauzer->set_dir (File::Spec->curdir); 136 $schnauzer->set_dir (File::Spec->curdir);
138 $mainwin->show_all; 137 $mainwin->show_all;
139 $viewer->show_all;
140} 138}
141 139
142$viewer->show_all; 140$viewer->show_all;
143 141
144main Gtk2; 142main Gtk2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines