*** empty log message ***
authorroot <root>
Sat, 11 Feb 2006 02:01:16 +0000 (02:01 +0000)
committerroot <root>
Sat, 11 Feb 2006 02:01:16 +0000 (02:01 +0000)
src/perl/tabbed

index 4b136c36b50e4ef12ff98c1f638a8cd681386d50..0a92c73d35d18ab7f2cca56a31bdf820fee84160 100644 (file)
@@ -91,11 +91,10 @@ sub copy_properties {
    my $tab = $self->{cur};
 
    my $wm_normal_hints = $self->XInternAtom ("WM_NORMAL_HINTS");
-   my $wm_state        = $self->XInternAtom ("WM_STATE");
 
    my %our_props = map +($_ => undef), $self->XListProperties ($self->parent);
 
-   delete $our_props{$wm_state};
+   delete $our_props{$self->XInternAtom ($_)} for qw(WM_STATE WM_ICON_SIZE);
 
    for my $atom ($tab->XListProperties ($tab->parent)) {
       my ($type, $format, $items) = $self->XGetWindowProperty ($tab->parent, $atom);