pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/gui gui_manager.cxx,1.19,1.20


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui gui_manager.cxx,1.19,1.20
Date: 28 Mar 2003 16:16:02 -0000

Update of /var/lib/cvs/Games/Pingus/src/gui
In directory dark:/tmp/cvs-serv30830/src/gui

Modified Files:
        gui_manager.cxx 
Log Message:
experimental stuff

Index: gui_manager.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/gui_manager.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gui_manager.cxx     19 Feb 2003 09:50:36 -0000      1.19
+++ gui_manager.cxx     28 Mar 2003 16:16:00 -0000      1.20
@@ -210,7 +210,8 @@
                 FIXME: on_primary_button_press() method to another
                 FIXME: manager, not sure if there is or
                 FIXME: should be a workaround */
-             std::cout << "GUIManager: Got a release without a press, possibly 
a bug" << std::endl;
+             if (maintainer_mode)
+                std::cout << "GUIManager: Got a release without a press, 
possibly a bug" << std::endl;
            }
        }
                
@@ -246,7 +247,8 @@
                 FIXME: on_secondary_button_press() method to another
                 FIXME: manager, not sure if there is or
                 FIXME: should be a workaround */
-             std::cout << "GUIManager: Got a release without a press, possibly 
a bug" << std::endl;
+              if (maintainer_mode)
+                std::cout << "GUIManager: Got a release without a press, 
possibly a bug" << std::endl;
            }
        }
 





reply via email to

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