ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/challenge.pl
(Generate patch)

Comparing kgsueme/kgsueme/challenge.pl (file contents):
Revision 1.1 by pcg, Mon Jun 2 12:39:20 2003 UTC vs.
Revision 1.2 by pcg, Thu May 20 22:59:55 2004 UTC

13 $vbox->add (my $frame = new Gtk2::Frame "Notes"); 13 $vbox->add (my $frame = new Gtk2::Frame "Notes");
14 $frame->add ($self->{entry} = new Gtk2::Entry); 14 $frame->add ($self->{entry} = new Gtk2::Entry);
15 15
16 $vbox->add (my $hbox = new Gtk2::HBox); 16 $vbox->add (my $hbox = new Gtk2::HBox);
17 17
18 $hbox->add (($self->{userlist} = new userlist)->widget); 18 $hbox->add ($self->{userlist} = new userlist);
19 19
20 $vbox->add (my $hbox = new Gtk2::HButtonBox); 20 $vbox->add (my $hbox = new Gtk2::HButtonBox);
21 21
22 $hbox->add (my $button = new Gtk2::Button "OK"); 22 $hbox->add (my $button = new Gtk2::Button "OK");
23 $hbox->add (my $button = new Gtk2::Button "Decline"); 23 $hbox->add (my $button = new Gtk2::Button "Decline");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines