diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:29:26 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:29:26 +0000 |
commit | c8f31a62a745f6494490ce1290925a393bb78ec8 (patch) | |
tree | 7ccfcb2f070005a31def7a746429b940a9a9d57e /x11-wm/fvwm | |
parent | new releases (Manifest recommit) (diff) | |
download | gentoo-2-c8f31a62a745f6494490ce1290925a393bb78ec8.tar.gz gentoo-2-c8f31a62a745f6494490ce1290925a393bb78ec8.tar.bz2 gentoo-2-c8f31a62a745f6494490ce1290925a393bb78ec8.zip |
remove old patch, no longer needed
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/files/fvwmtabs-insecure-tmp-handling.diff | 35 |
1 files changed, 0 insertions, 35 deletions
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. |