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.1 by root, Fri Jan 20 12:16:28 2006 UTC vs.
Revision 1.2 by root, Fri Jan 20 12:17:41 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines