--- deliantra/Deliantra-Client/DC/MessageDistributor.pm 2008/09/19 01:23:36 1.5 +++ deliantra/Deliantra-Client/DC/MessageDistributor.pm 2010/04/03 02:58:25 1.8 @@ -1,6 +1,6 @@ package DC::MessageDistributor; -use strict; -no warnings; + +use common::sense; sub new { my $this = shift; @@ -24,6 +24,8 @@ ) ); + $self->{dockbar}->select_dockable ($self->{log}); + return $self } @@ -95,6 +97,7 @@ sub update_chat { my ($self, $id) = @_; + $self->{chatview}->{$id}->update_info ($self->{info}->{$id}); }