gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/gtk.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/gtk.cpp
Date: Wed, 28 Feb 2007 04:28:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/28 04:27:59

Modified files:
        .              : ChangeLog 
        gui            : gtk.cpp 

Log message:
        Added '//' before commentary.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2486&r2=1.2487
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk.cpp?cvsroot=gnash&r1=1.68&r2=1.69

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2486
retrieving revision 1.2487
diff -u -b -r1.2486 -r1.2487
--- ChangeLog   27 Feb 2007 23:42:26 -0000      1.2486
+++ ChangeLog   28 Feb 2007 04:27:59 -0000      1.2487
@@ -1,7 +1,8 @@
-2007-02-26 Markus Gothe <address@hidden>
+2007-02-28 Markus Gothe <address@hidden>
 
        * server/asobj/Date.cpp: #define NAN (0.0/0.0) as this is not comp.
          with C++98 and non-GCC compilers borks.
+       * gui/gtk.cpp: Added '//' before commentary.
 
 2007-02-27 Martin Guy <address@hidden>
 

Index: gui/gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- gui/gtk.cpp 27 Feb 2007 09:54:49 -0000      1.68
+++ gui/gtk.cpp 28 Feb 2007 04:27:59 -0000      1.69
@@ -17,20 +17,19 @@
 // 
 //
 
-/* $Id: gtk.cpp,v 1.68 2007/02/27 09:54:49 strk Exp $ */
+/* $Id: gtk.cpp,v 1.69 2007/02/28 04:27:59 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include "gnash.h" // is this still needed ?
 #include "log.h"
 
 #include "gui.h"
 #include "rc.h"
 #include "gtksup.h"
 #include "sound_handler.h"
-#include "gnash.h" for get_sound_handler
+#include "gnash.h" // for get_sound_handler
 #include "render_handler.h"
 
 #include <iostream>




reply via email to

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