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

Comparing deliantra/Deliantra-Client/DC/UI/Dockbar.pm (file contents):
Revision 1.6 by root, Mon May 5 20:22:03 2008 UTC vs.
Revision 1.7 by elmex, Wed Oct 29 16:02:10 2008 UTC

197} 197}
198 198
199# close current tab 199# close current tab
200sub close_current_tab { 200sub close_current_tab {
201 my ($self) = @_; 201 my ($self) = @_;
202 $self->remove_dock ($self->{notebook}->get_current_page); 202 my $curdock = $self->{notebook}->get_current_page;
203 $curdock->emit ('close_dock');
203} 204}
204 205
205# "activates" the current page 206# "activates" the current page
206sub activate_current { 207sub activate_current {
207 my ($self) = @_; 208 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines