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

Comparing CV/bin/cv (file contents):
Revision 1.34 by root, Mon Feb 7 13:52:30 2005 UTC vs.
Revision 1.35 by root, Tue Feb 8 02:54:59 2005 UTC

110 110
111if (@ARGV) { 111if (@ARGV) {
112 $_ = Glib::filename_to_unicode $_ for @ARGV; 112 $_ = Glib::filename_to_unicode $_ for @ARGV;
113 $schnauzer->set_paths (\@ARGV); 113 $schnauzer->set_paths (\@ARGV);
114 $schnauzer->show_all; 114 $schnauzer->show_all;
115 $viewer->show_all;
116 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 115 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
117} else { 116} else {
118 $schnauzer->set_dir (File::Spec->curdir); 117 $schnauzer->set_dir (File::Spec->curdir);
119 $mainwin->show_all; 118 $mainwin->show_all;
120 $viewer->show_all; 119 $viewer->show_all;
121} 120}
121
122$viewer->show_all;
122 123
123main Gtk2; 124main Gtk2;
124 125
125__DATA__ 126__DATA__
126 127

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines