diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-06 03:10:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-06 03:10:17 +0000 |
commit | d34363323b6d56fa9e6534c950cd5b723ed2e58e (patch) | |
tree | ca632eccaef8270bb5b56811c82b83dd32112cc5 /graphics/gnash/files/patch-plugin-klash4-klash_part.cpp | |
parent | Fix a GNUism with the calendar month view. It was previously displaying (diff) |
- Update to 0.8.5
- List of improvements can be found here: http://www.gnashdev.org/?q=node/67
- This release features KDE4 support, but kde4-gnash segfaults for now, likely because of weird qt3/qt4 interaction, will be fixed later.
Diffstat (limited to 'graphics/gnash/files/patch-plugin-klash4-klash_part.cpp')
-rw-r--r-- | graphics/gnash/files/patch-plugin-klash4-klash_part.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp b/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp new file mode 100644 index 000000000000..31cd5c7a6f28 --- /dev/null +++ b/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp @@ -0,0 +1,11 @@ +--- plugin/klash4/klash_part.cpp.orig 2009-03-02 18:29:50.000000000 +0300 ++++ plugin/klash4/klash_part.cpp 2009-03-06 05:44:08.000000000 +0300 +@@ -147,7 +147,7 @@ + } + } + KParts::Part::setWidget (new KlashView (wparent)); +- setXMLFile("klashpartui.rc"); ++ setXMLFile("klash/klashpartui.rc"); + setProgressInfoEnabled (false); + + if (m_fullscreen) |