CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Sandro Santilli <strk>  06/11/14 08:17:41

Modified files:
        plugin/klash   : klash.cpp 
        .              : ChangeLog 

Log message:
                * plugin/klash/klash.cpp: fetch dbglogfile before use
                  (fixes bug #18290)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/klash/klash.cpp?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.17.2.6&r2=1.17.2.7
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.166&r2=1.1412.2.167

Patches:
Index: plugin/klash/klash.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/klash/klash.cpp,v
retrieving revision 1.17.2.6
retrieving revision 1.17.2.7
diff -u -b -r1.17.2.6 -r1.17.2.7
--- plugin/klash/klash.cpp      11 Nov 2006 10:25:23 -0000      1.17.2.6
+++ plugin/klash/klash.cpp      14 Nov 2006 08:17:40 -0000      1.17.2.7
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: klash.cpp,v 1.17.2.6 2006/11/11 10:25:23 strk Exp $ */
+/* $Id: klash.cpp,v 1.17.2.7 2006/11/14 08:17:40 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -277,6 +277,7 @@
         }
     }
 
+    gnash::LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();
     dbglogfile.setWriteDisk(false);
     
     RcInitFile& rcfile = RcInitFile::getDefaultInstance();

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.166
retrieving revision 1.1412.2.167
diff -u -b -r1.1412.2.166 -r1.1412.2.167
--- ChangeLog   13 Nov 2006 19:54:28 -0000      1.1412.2.166
+++ ChangeLog   14 Nov 2006 08:17:41 -0000      1.1412.2.167
@@ -1,3 +1,8 @@
+2006-11-14 Sandro Santilli <[EMAIL PROTECTED]>
+
+       * plugin/klash/klash.cpp: fetch dbglogfile before use
+         (fixes bug #18290)
+
 2006-11-13 Markus Gothe <[EMAIL PROTECTED]>
 
        * macros/gtkglext.m4: Fixed bug #18286.


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

Reply via email to