CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/07/26 19:50:15
Modified files:
gui : Player.cpp
Log message:
print gui by name in debugging output
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Player.cpp?cvsroot=gnash&r1=1.62&r2=1.63
Patches:
Index: Player.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/Player.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- Player.cpp 26 Jul 2007 19:48:38 -0000 1.62
+++ Player.cpp 26 Jul 2007 19:50:15 -0000 1.63
@@ -180,7 +180,7 @@
void
Player::init_gui()
{
- std::cout << "init_gui called - gui flavor : " << _guiFlavor <<
std::endl;
+ std::cout << "init_gui called - gui flavor : " << guiName(_guiFlavor)
<< " (" << _guiFlavor << ")" << std::endl;
if ( do_render )
{
std::cout << "Gui flavor is " << _guiFlavor << std::endl;
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit