ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/tabbed
(Generate patch)

Comparing rxvt-unicode/src/perl/tabbed (file contents):
Revision 1.19 by root, Sat Feb 11 02:28:19 2006 UTC vs.
Revision 1.20 by root, Mon Feb 20 19:42:55 2006 UTC

138 138
139 $self->{cur} = $tab; 139 $self->{cur} = $tab;
140 140
141 $self->configure; 141 $self->configure;
142 $self->copy_properties; 142 $self->copy_properties;
143 $tab->focus_in; 143
144 $tab->focus_out; # just in case, should be a nop
145 $tab->focus_in if $self->focus;
146
144 $tab->XMapWindow ($tab->parent); 147 $tab->XMapWindow ($tab->parent);
145 delete $tab->{activity}; 148 delete $tab->{activity};
146 $self->refresh; 149 $self->refresh;
147 150
148 () 151 ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines