Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191638 | Differences between
and this patch

Collapse All | Expand All

(-)fvwm-2.5.10.orig/bin/fvwm-menu-xlock.in (-1 / +1 lines)
Lines 42-48 Link Here
42
my $start = 0;
42
my $start = 0;
43
my $special = 0;
43
my $special = 0;
44
$itemF =~ s/\\t/\t/g;
44
$itemF =~ s/\\t/\t/g;
45
open(XL, "xlock -h 2>&1 |") || die "Exec echo 'Could not run xlock'\n";
45
open(XL, "xlock -help 2>&1 |") || die "Exec echo 'Could not run xlock'\n";
46
46
47
print "DestroyMenu $name\n";
47
print "DestroyMenu $name\n";
48
print "AddToMenu $name \"$iconTStr$title\" Title\n";
48
print "AddToMenu $name \"$iconTStr$title\" Title\n";

Return to bug 191638