gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: John Wimer
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-58-gc5bc40b
Date: Sun, 13 Feb 2011 21:27:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  c5bc40b3afcf750d4e841845d3e4c229a79a61c8 (commit)
      from  aeb1dcee3ab92f3693403bc8bbadab5af3f83ea2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=c5bc40b3afcf750d4e841845d3e4c229a79a61c8


commit c5bc40b3afcf750d4e841845d3e4c229a79a61c8
Author: John Wimer <address@hidden>
Date:   Sun Feb 13 22:26:45 2011 +0100

    Apply patch from https://savannah.gnu.org/bugs/?32457
    
    Thanks to Kevin Kofler

diff --git a/plugin/klash4/klash_part.cpp b/plugin/klash4/klash_part.cpp
index 5b970db..bcf1150 100644
--- a/plugin/klash4/klash_part.cpp
+++ b/plugin/klash4/klash_part.cpp
@@ -101,7 +101,7 @@ KDE_NO_CDTOR_EXPORT KlashPart::KlashPart (QWidget * wparent,
    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()));

-----------------------------------------------------------------------

Summary of changes:
 plugin/klash4/klash_part.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]