summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-29 18:30:27 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-29 18:30:27 +0000
commitf29b7ee5b44116c4f394f9b453e29682821c74d7 (patch)
tree6316157598d134ddcc094627d7f41cd38b38acc6
parent3746f227c12004a3900197dda22109ee0e6cbebc (diff)
downloadasb-f29b7ee5b44116c4f394f9b453e29682821c74d7.tar.gz
asb-f29b7ee5b44116c4f394f9b453e29682821c74d7.tar.xz
Initial revision
-rw-r--r--gnash/build/gnash.kde4.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnash/build/gnash.kde4.diff b/gnash/build/gnash.kde4.diff
new file mode 100644
index 00000000..8fbfc3b5
--- /dev/null
+++ b/gnash/build/gnash.kde4.diff
@@ -0,0 +1,15 @@
+* Thu Oct 4 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 0.8.3-5
+- register KComponentData properly in KDE 4 KPart
+
+diff -ur gnash-0.8.3-port-to-kde4/plugin/klash4/klash_part.cpp gnash-0.8.3-fix-kde4-port/plugin/klash4/klash_part.cpp
+--- gnash-0.8.3-port-to-kde4/plugin/klash4/klash_part.cpp 2008-10-09 02:00:33.000000000 +0200
++++ gnash-0.8.3-fix-kde4-port/plugin/klash4/klash_part.cpp 2008-10-09 02:03:42.000000000 +0200
+@@ -100,7 +100,7 @@
+ m_started_emited (false) {
+ //kdDebug () << "KlashPart(" << this << ")::KlashPart ()" << endl;
+ bool show_fullscreen = false;
+- // FIXME what is the right replacement for this? setInstance (KlashFactory::instance (), true);
++ setComponentData (*KlashFactory::instance ());
+ KAction *playact = new KAction(this);
+ playact->setText(i18n("P&lay"));
+ connect(playact, SIGNAL(triggered()), this, SLOT(play()));