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

Comparing deliantra/Deliantra-Client/DC/MessageDistributor.pm (file contents):
Revision 1.4 by elmex, Fri Mar 21 11:17:11 2008 UTC vs.
Revision 1.7 by elmex, Fri Nov 28 08:27:33 2008 UTC

12 $self->{log} = DC::UI::ChatView->new ( 12 $self->{log} = DC::UI::ChatView->new (
13 expand => 1, 13 expand => 1,
14 can_close => 0, 14 can_close => 0,
15 can_undock => 0, 15 can_undock => 0,
16 info => { 16 info => {
17 id => "",
17 title => "Log", 18 title => "Log",
18 tooltip =>
19 "<b>Server Log</b>. This text viewer contains all recent message sent by the server.", 19 tooltip => "<b>Server Log</b>. This text viewer contains all recent message sent by the server.",
20 entry_tooltip =>
21 "<b>Command Entry</b>. If you enter something and press return/enter here, " 20 entry_tooltip => "<b>Command Entry</b>. If you enter something and press return/enter here, "
22 ."the line you entered will be sent to the server as a command.", 21 . "the line you entered will be sent to the server as a command.",
23 reply => '' 22 reply => ''
24 } 23 }
25 ) 24 )
26 ); 25 );
26
27 $self->{dockbar}->select_dockable ($self->{log});
27 28
28 return $self 29 return $self
29} 30}
30 31
31# called by MAPWIDGET activate console event 32# called by MAPWIDGET activate console event
94 } 95 }
95} 96}
96 97
97sub update_chat { 98sub update_chat {
98 my ($self, $id) = @_; 99 my ($self, $id) = @_;
100
99 $self->{chatview}->{$id}->update_info ($self->{info}->{$id}); 101 $self->{chatview}->{$id}->update_info ($self->{info}->{$id});
100} 102}
101 103
102sub init_chat { 104sub init_chat {
103 my ($self, $id) = @_; 105 my ($self, $id) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines