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