diff options
author | 2004-09-30 17:29:26 +0000 | |
---|---|---|
committer | 2004-09-30 17:29:26 +0000 | |
commit | eb1a22c6a2aa16b774757ec3ba571af0b9ea59fd (patch) | |
tree | 0dbd6ee49c4c2d5416b3bd719e34fbb99461dc68 /x11-wm | |
parent | new releases (diff) | |
download | historical-eb1a22c6a2aa16b774757ec3ba571af0b9ea59fd.tar.gz historical-eb1a22c6a2aa16b774757ec3ba571af0b9ea59fd.tar.bz2 historical-eb1a22c6a2aa16b774757ec3ba571af0b9ea59fd.zip |
remove old patch, no longer needed
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 1 | ||||
-rw-r--r-- | x11-wm/fvwm/files/fvwmtabs-insecure-tmp-handling.diff | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 67700e85f09d..9f8401f2ea69 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -9,7 +9,6 @@ MD5 2a5b6dde57161daa48ec5946e78554d7 files/fvwm-2.5.10-fvwmbuttonshover.diff.gz MD5 d91fb7d2af57653fc93a70e6e1c0a0ea files/fvwm-menu-xlock-xlockmore-compat.diff 550 MD5 d8a3811b3a9581c42119cdc86dff4c7d files/fvwm-2.5.10-Test-update.diff 702 MD5 e2ceb5d855c5406a09d82442196efad8 files/README.transluceny.gz 5788 -MD5 e5701841190ad529d5577c8da69d5006 files/fvwmtabs-insecure-tmp-handling.diff 2350 MD5 98b1cd33f30ee47c88a2c3da2b2ddc68 files/fvwm-iconman.diff 2383 MD5 7d84c8175928d331e6d7b253679f5654 files/digest-fvwm-2.4.18 65 MD5 f054136b408dbdd7a003beccedb209c9 files/digest-fvwm-2.5.11 209 diff --git a/x11-wm/fvwm/files/fvwmtabs-insecure-tmp-handling.diff b/x11-wm/fvwm/files/fvwmtabs-insecure-tmp-handling.diff deleted file mode 100644 index 5ac140b58189..000000000000 --- a/x11-wm/fvwm/files/fvwmtabs-insecure-tmp-handling.diff +++ /dev/null @@ -1,35 +0,0 @@ ---- FvwmTabs.orig 2003-11-11 10:37:10.000000000 +0000 -+++ FvwmTabs 2003-11-11 11:40:30.000000000 +0000 -@@ -64,7 +64,7 @@ - balloonBG => '#C0C080', - balloonMsg => 'Tab %tabNo:\n%iconText\n%title', - autoResize => 'false', -- stateFile => '/tmp/.fvwmtabs.state', -+ stateFile => <~/.fvwmtabs.state>, # / - fixedSizeTabs => 'false', - showTitlebar => 'true', - useTMTitlebar => 'true', ---- FvwmTabs.1.orig 2003-11-11 11:23:59.000000000 +0000 -+++ FvwmTabs.1 2003-11-11 11:24:06.000000000 +0000 -@@ -225,7 +225,7 @@ - \&\fIbool\fR can be either \fItrue\fR or \fIfalse\fR. If true, windows in the tab-manager automatically resize to the dimensions of the largest window in the tab-manager. The default value is \fIfalse\fR. - .Ip "*FvwmTabs: stateFile \fIfile\fR" 4 - .IX Item "*FvwmTabs: stateFile file" --\&\fBFvwmTabs\fR has the ability to preserve its state (ie. remember the windows it has swallowed as tabs) b/w \s-1FVWM\s0 restarts. \fIfile\fR specifies the name of a temporary file to record the state in, so it can be reconstructed when \fBFvwmTabs\fR restarts. The default file is \f(CW\*(C`/tmp/.fvwmtabs.state\*(C'\fR. -+\&\fBFvwmTabs\fR has the ability to preserve its state (ie. remember the windows it has swallowed as tabs) b/w \s-1FVWM\s0 restarts. \fIfile\fR specifies the name of a temporary file to record the state in, so it can be reconstructed when \fBFvwmTabs\fR restarts. - .Ip "*FvwmTabs: fixedSizeTabs \fIbool\fR" 4 - .IX Item "*FvwmTabs: fixedSizeTabs bool" - \&\fIbool\fR can be either \fItrue\fR or \fIfalse\fR. If true, the tab-manager will ensure each tab-button has the same dimensions. If false, the selected tab is expanded so that it is fully visible. The default value is \fIfalse\fR. ---- fvwmtabrc.orig 2003-11-11 11:00:57.000000000 +0000 -+++ fvwmtabrc 2003-11-11 11:39:41.000000000 +0000 -@@ -216,8 +216,8 @@ - # stateFile - specifies the name of a temporary file to use to record the - # state (ie. remember the windows it has swallowed as tabs) b/w FVWM - # restarts. --# default: /tmp/.fvwmtabs.state --*FvwmTabs: stateFile /tmp/.fvwmtabs.state -+# default: /home/user/.fvwmtabs.state -+#*FvwmTabs: stateFile /home/user/.fvwmtabs.state - - # fixedSizeTabs - ensure each tab-button has the same dimensions. If false, - # the selected tab is expanded so that it is fully visible. |