CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/02 11:00:07

Modified files:
        .              : ChangeLog 
        gui            : Player.cpp 

Log message:
                * gui/Player.cpp: don't use cache files (they are broken anyway,
                  and with cache files disabled a bug is exposed that we must
                  fix before 0.7.2 release - #17385)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.982&r2=1.983
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Player.cpp?cvsroot=gnash&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.982
retrieving revision 1.983
diff -u -b -r1.982 -r1.983
--- ChangeLog   2 Oct 2006 10:27:37 -0000       1.982
+++ ChangeLog   2 Oct 2006 11:00:07 -0000       1.983
@@ -1,5 +1,11 @@
 2006-10-02 Sandro Santilli  <[EMAIL PROTECTED]>
 
+       * gui/Player.cpp: don't use cache files (they are broken anyway,
+         and with cache files disabled a bug is exposed that we must
+         fix before 0.7.2 release - #17385)
+
+2006-10-02 Sandro Santilli  <[EMAIL PROTECTED]>
+
        * gui/Player.{cpp,h}: some functions split and cleanups.
 
 2006-10-02 Sandro Santilli  <[EMAIL PROTECTED]>

Index: gui/Player.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/Player.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- gui/Player.cpp      2 Oct 2006 10:27:38 -0000       1.11
+++ gui/Player.cpp      2 Oct 2006 11:00:07 -0000       1.12
@@ -136,7 +136,7 @@
 void
 Player::init()
 {
-       //set_use_cache_files(false);
+       set_use_cache_files(false);
 
        gnash::register_fscommand_callback(fs_callback);
 


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to