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.36 by root, Sat Feb 12 17:23:41 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines