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

Comparing kgsueme/kgsueme/app.pl (file contents):
Revision 1.20 by root, Mon May 31 18:18:26 2004 UTC vs.
Revision 1.21 by root, Mon May 31 22:44:50 2004 UTC

47 }; 47 };
48 48
49 $button->("Login", sub { $self->login; }); 49 $button->("Login", sub { $self->login; });
50 $button->("Roomlist", sub { $self->{roomlist}->show; }); 50 $button->("Roomlist", sub { $self->{roomlist}->show; });
51 $button->("Save Config & Layout", \&util::save_config); 51 $button->("Save Config & Layout", \&util::save_config);
52 $button->("Logout", sub { $self->{conn}->send ("quit") if $self->{conn} });
52 $button->("Quit", sub { main_quit Gtk2 }); 53 $button->("Quit", sub { main_quit Gtk2 });
53 54
54 $vbox->pack_start ((my $hbox = new Gtk2::HBox), 0, 1, 0); 55 $vbox->pack_start ((my $hbox = new Gtk2::HBox), 0, 1, 0);
55 56
56 $hbox->add (new Gtk2::Label "Login"); 57 $hbox->add (new Gtk2::Label "Login");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines