From: root Date: Sat, 11 Feb 2006 02:05:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=90424a9af206b29e798616cee330ef1e1312e644;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/perl/tabbed b/src/perl/tabbed index 0a92c73d..100b4b9c 100644 --- a/src/perl/tabbed +++ b/src/perl/tabbed @@ -94,7 +94,9 @@ sub copy_properties { my %our_props = map +($_ => undef), $self->XListProperties ($self->parent); - delete $our_props{$self->XInternAtom ($_)} for qw(WM_STATE WM_ICON_SIZE); + delete $our_props{$self->XInternAtom ($_)} + for qw(WM_STATE WM_ICON_SIZE + _NET_WM_VISIBLE_NAME _NET_WM_VISIBLE_ICON_NAME _NET_WM_ICON_GEOMETRY _NET_FRAME_EXTENTS); for my $atom ($tab->XListProperties ($tab->parent)) { my ($type, $format, $items) = $self->XGetWindowProperty ($tab->parent, $atom);