ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.408 by root, Sun Jul 22 15:26:01 2007 UTC vs.
Revision 1.409 by root, Sun Jul 22 16:12:49 2007 UTC

3769 3769
3770 unless (ref $title) { 3770 unless (ref $title) {
3771 $title = new CFPlus::UI::Button 3771 $title = new CFPlus::UI::Button
3772 markup => $title, 3772 markup => $title,
3773 tooltip => $tooltip, 3773 tooltip => $tooltip,
3774 ); 3774 ;
3775 } 3775 }
3776 3776
3777 $title->connect (activate => sub { $self->set_current_page ($widget) }); 3777 $title->connect (activate => sub { $self->set_current_page ($widget) });
3778 $self->{buttonbar}->add ($title); 3778 $self->{buttonbar}->add ($title);
3779 3779

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines