gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/movie_root.cpp


From: Tomas Groth
Subject: [Gnash-commit] gnash ChangeLog server/movie_root.cpp
Date: Fri, 08 Jun 2007 14:57:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Tomas Groth <tgc>       07/06/08 14:57:41

Modified files:
        .              : ChangeLog 
        server         : movie_root.cpp 

Log message:
        * server/movie_root.cpp: Include action.h, not Action.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3498&r2=1.3499
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.cpp?cvsroot=gnash&r1=1.63&r2=1.64

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3498
retrieving revision 1.3499
diff -u -b -r1.3498 -r1.3499
--- ChangeLog   8 Jun 2007 13:02:05 -0000       1.3498
+++ ChangeLog   8 Jun 2007 14:57:41 -0000       1.3499
@@ -3,6 +3,7 @@
        * server/asobj/NetStreamFfmpeg.cpp: Don't leave the decoding
          loop/thread until the queues are empty, or the media left
          in the queues wont get played.
+       * server/movie_root.cpp: Include action.h, not Action.h.
 
 2007-06-08 Zou Lunkai <address@hidden>
 

Index: server/movie_root.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/movie_root.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- server/movie_root.cpp       8 Jun 2007 12:11:50 -0000       1.63
+++ server/movie_root.cpp       8 Jun 2007 14:57:41 -0000       1.64
@@ -31,7 +31,7 @@
 #include "ExecutableCode.h"
 #include "Stage.h"
 #ifdef NEW_KEY_LISTENER_LIST_DESIGN
-  #include "Action.h"
+  #include "action.h"
 #endif
 #include <iostream>
 #include <string>




reply via email to

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