From d34363323b6d56fa9e6534c950cd5b723ed2e58e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 6 Mar 2009 03:10:17 +0000 Subject: - 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. --- graphics/gnash/files/patch-plugin-klash4-klash_part.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/gnash/files/patch-plugin-klash4-klash_part.cpp (limited to 'graphics/gnash/files/patch-plugin-klash4-klash_part.cpp') 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) -- cgit v1.2.3