diff --git a/plasma_popupapplet_fix_groups.pl b/plasma_popupapplet_fix_groups.pl index 2bcfd4687..4a9f0f913 100755 --- a/plasma_popupapplet_fix_groups.pl +++ b/plasma_popupapplet_fix_groups.pl @@ -2,6 +2,7 @@ while(<>) { if ($_ =~ m/^\[.*\[Configuration\]\[PopupApplet\]$/) { + print "# DELETEGROUP $_"; $_ =~ s/\[Configuration\]\[PopupApplet\]$/[PopupApplet]/; } print $_;