diff options
author | 2007-05-07 15:35:51 +0000 | |
---|---|---|
committer | 2007-05-07 15:35:51 +0000 | |
commit | 01aa72e876e9befb582c45f6a9558f526dd8f369 (patch) | |
tree | dfbb8deeb76a83d07f6e0c117feacface8fc671d /x11-wm/fluxbox/files | |
parent | Moved net-misc/libupnp to netÂ-libs/libupnp, updated dependencies (diff) | |
download | historical-01aa72e876e9befb582c45f6a9558f526dd8f369.tar.gz historical-01aa72e876e9befb582c45f6a9558f526dd8f369.tar.bz2 historical-01aa72e876e9befb582c45f6a9558f526dd8f369.zip |
Hooray for CVS $ expansion that broke the patch. All better now.
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'x11-wm/fluxbox/files')
-rw-r--r-- | x11-wm/fluxbox/files/1.0_rc3/fluxbox-1.0_rc3-textproperties_segfault.patch | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/x11-wm/fluxbox/files/1.0_rc3/fluxbox-1.0_rc3-textproperties_segfault.patch b/x11-wm/fluxbox/files/1.0_rc3/fluxbox-1.0_rc3-textproperties_segfault.patch index c44c6a420887..28246c622f52 100644 --- a/x11-wm/fluxbox/files/1.0_rc3/fluxbox-1.0_rc3-textproperties_segfault.patch +++ b/x11-wm/fluxbox/files/1.0_rc3/fluxbox-1.0_rc3-textproperties_segfault.patch @@ -1,14 +1,5 @@ --- src/FbTk/FbWindow.cc 2007-03-19 15:57:07.000000000 -0400 -+++ ../src/src/FbTk/FbWindow.cc 2007-05-05 18:41:03.000000000 -0400 -@@ -19,7 +19,7 @@ - // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - // DEALINGS IN THE SOFTWARE. - --// $Id: fluxbox-1.0_rc3-textproperties_segfault.patch,v 1.1 2007/05/07 15:22:25 lack Exp $ -+// $Id: fluxbox-1.0_rc3-textproperties_segfault.patch,v 1.1 2007/05/07 15:22:25 lack Exp $ - - #include "FbWindow.hh" - #include "FbPixmap.hh" ++++ src/FbTk/FbWindow.cc 2007-05-05 18:41:03.000000000 -0400 @@ -465,7 +465,7 @@ std::string FbWindow::textProperty(Atom property) const { XTextProperty text_prop; |