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.18 by elmex, Tue Aug 21 11:40:37 2007 UTC vs.
Revision 1.19 by elmex, Tue Aug 21 21:28:31 2007 UTC

207 ); 207 );
208 208
209 my $hltfunc = $_->{_channel_highlighted} 209 my $hltfunc = $_->{_channel_highlighted}
210 || ($_->{_active} ? \&clr_act : \&clr_def); 210 || ($_->{_active} ? \&clr_act : \&clr_def);
211 211
212 $tab->set_markup ($hltfunc->("$label\-$_->{_tab_pos}")); 212 $tab->set_markup (
213 $hltfunc->($label . (defined $_->{_tab_pos} ? "\-$_->{_tab_pos}" : ""))
214 );
213 } 215 }
214} 216}
215 217
216sub add_channel { 218sub add_channel {
217 my ($self, $info) = @_; 219 my ($self, $info) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines