rpms/gnash/devel gnash-0.8.3-port-to-kde4.patch,1.3,1.4

Kevin Kofler kkofler at fedoraproject.org
Wed Oct 8 20:25:28 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31724/devel

Modified Files:
	gnash-0.8.3-port-to-kde4.patch 
Log Message:
More backporting.

gnash-0.8.3-port-to-kde4.patch:

Index: gnash-0.8.3-port-to-kde4.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash-0.8.3-port-to-kde4.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnash-0.8.3-port-to-kde4.patch	8 Oct 2008 19:56:23 -0000	1.3
+++ gnash-0.8.3-port-to-kde4.patch	8 Oct 2008 20:24:58 -0000	1.4
@@ -545,7 +545,7 @@
 +} // namespace gnash
 diff -Nur gnash-0.8.3/gui/Kde4Gui.cpp gnash-0.8.3-port-to-kde4/gui/Kde4Gui.cpp
 --- gnash-0.8.3/gui/Kde4Gui.cpp	1970-01-01 01:00:00.000000000 +0100
-+++ gnash-0.8.3-port-to-kde4/gui/Kde4Gui.cpp	2008-10-08 21:54:07.000000000 +0200
++++ gnash-0.8.3-port-to-kde4/gui/Kde4Gui.cpp	2008-10-08 22:22:05.000000000 +0200
 @@ -0,0 +1,541 @@
 +// kde.cpp:  K Development Environment top level window, for Gnash.
 +// 
@@ -1053,28 +1053,28 @@
 +void
 +DrawingWidget::play()
 +{
-+    _gui.play();
++    _gui.menu_play();
 +}
 +
 +
 +void
 +DrawingWidget::pause()
 +{
-+    _gui.pause();
++    _gui.menu_pause();
 +}
 +
 +
 +void
 +DrawingWidget::restart()
 +{
-+    _gui.restart();
++    _gui.menu_restart();
 +}
 +
 +
 +void
 +DrawingWidget::stop()
 +{
-+    _gui.stop();
++    _gui.menu_stop();
 +}
 +
 +




More information about the fedora-extras-commits mailing list