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

Comparing deliantra/Deliantra-Client/DC/UI/MessageWindow.pm (file contents):
Revision 1.27 by root, Wed Dec 26 21:03:21 2007 UTC vs.
Revision 1.28 by root, Sat Dec 29 13:44:30 2007 UTC

76 $cv->{c_tab} = $bb; 76 $cv->{c_tab} = $bb;
77 77
78 $bb->add (my $vb = DC::UI::Box->new); 78 $bb->add (my $vb = DC::UI::Box->new);
79 $vb->add ( 79 $vb->add (
80 my $b = DC::UI::Label->new ( 80 my $b = DC::UI::Label->new (
81 expand => 1, markup => clr_def ($chaninfo->{title}), valign => 0, align => 0 81 expand => 1, markup => clr_def ($chaninfo->{title}),
82 ) 82 )
83 ); 83 );
84 84
85 $cv->{_chat_id} = $id; 85 $cv->{_chat_id} = $id;
86 $cv->{_tab_label} = $b; 86 $cv->{_tab_label} = $b;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines