summaryrefslogtreecommitdiff
path: root/src/info_gui.cc
diff options
context:
space:
mode:
authordeva <deva>2005-06-02 15:03:23 +0000
committerdeva <deva>2005-06-02 15:03:23 +0000
commit907dbf7e8915fb459e4ab1482fd4dbd8c8ea50d4 (patch)
tree5c6278093dc03a4b2fe35dc6c8a76aef15eea106 /src/info_gui.cc
parentdf793bb0657844c98c0505f47db80798b4ad495e (diff)
Fixed crash in network.cc if socket not connected.
Added option to skop ecery second frame in player
Diffstat (limited to 'src/info_gui.cc')
-rw-r--r--src/info_gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info_gui.cc b/src/info_gui.cc
index b084b00..4865ae0 100644
--- a/src/info_gui.cc
+++ b/src/info_gui.cc
@@ -46,7 +46,7 @@
bool InfoEventHandler::eventFilter( QObject *o, QEvent *e )
{
if ( e->type() == TYPE_SHOW_MESSAGEBOX ) {
- fprintf(stderr, "Custom event!\n"); fflush(stderr);
+ // fprintf(stderr, "Custom event!\n"); fflush(stderr);
MessageBox *msgbox = ((ShowMessageEvent*)e)->messagebox();
msgbox->exec();
delete msgbox;