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

Comparing CV/bin/cv (file contents):
Revision 1.38 by root, Fri Apr 29 19:52:38 2005 UTC vs.
Revision 1.39 by root, Sun May 1 05:53:40 2005 UTC

118 $vbox->add ($schnauzer); 118 $vbox->add ($schnauzer);
119 $vbox->pack_end (my $frame = new Gtk2::Frame, 0, 0, 0); 119 $vbox->pack_end (my $frame = new Gtk2::Frame, 0, 0, 0);
120 $frame->add (my $hbox = new Gtk2::HBox 0, 0); 120 $frame->add (my $hbox = new Gtk2::HBox 0, 0);
121 $hbox->pack_start ((new Gtk2::Label "Info"), 0, 0, 0); 121 $hbox->pack_start ((new Gtk2::Label "Info"), 0, 0, 0);
122 $hbox->pack_start (($info = new Gtk2::Label), 1, 1, 0); 122 $hbox->pack_start (($info = new Gtk2::Label), 1, 1, 0);
123 $info->set (wrap => 1);
123 124
124 $schnauzer->set_geometry_hints; 125 $schnauzer->set_geometry_hints;
125} 126}
126 127
127if (@ARGV) { 128if (@ARGV) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines