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.2 by root, Fri Jan 20 12:17:41 2006 UTC vs.
Revision 1.3 by root, Fri Jan 20 12:18:05 2006 UTC

70 70
71 $self->{cur} = $tab; 71 $self->{cur} = $tab;
72 72
73 $self->configure; 73 $self->configure;
74 74
75 for my $atom ($tab->XListProperties) { 75 for my $atom ($tab->XListProperties ($tab->parent)) {
76 warn "$atom\n"; 76 warn "$atom\n";
77 } 77 }
78 78
79 $tab->XMapWindow ($tab->parent); 79 $tab->XMapWindow ($tab->parent);
80 80

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines