--- rxvt-unicode/src/perl/tabbed 2006/01/20 12:16:28 1.1 +++ rxvt-unicode/src/perl/tabbed 2006/01/20 12:18:05 1.3 @@ -72,6 +72,10 @@ $self->configure; + for my $atom ($tab->XListProperties ($tab->parent)) { + warn "$atom\n"; + } + $tab->XMapWindow ($tab->parent); $self->refresh;