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.6 by elmex, Wed Jul 25 15:06:21 2007 UTC vs.
Revision 1.7 by elmex, Wed Jul 25 16:03:08 2007 UTC

121 $tab->set_markup ($self->{channel_info}->{$id}->{title}); 121 $tab->set_markup ($self->{channel_info}->{$id}->{title});
122} 122}
123 123
124sub add_channel { 124sub add_channel {
125 my ($self, $info) = @_; 125 my ($self, $info) = @_;
126 require Data::Dumper;
127 print "DUMPER:" . Data::Dumper->Dump ([$info]) . "\n";
128 $self->{channel_info}->{$info->{id}} = $info; 126 $self->{channel_info}->{$info->{id}} = $info;
129 $self->touch_channel ($info->{id}); 127 $self->touch_channel ($info->{id});
130} 128}
131 129
132sub message { 130sub message {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines