paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test windowtest.cpp,1.1.1.1.6.1,1.1.1.1.6.2


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test windowtest.cpp,1.1.1.1.6.1,1.1.1.1.6.2
Date: Mon, 17 Jun 2002 09:25:21 -0400

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv20464

Modified Files:
      Tag: devel-1-0
        windowtest.cpp 
Log Message:



Index: windowtest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/windowtest.cpp,v
retrieving revision 1.1.1.1.6.1
retrieving revision 1.1.1.1.6.2
diff -C2 -r1.1.1.1.6.1 -r1.1.1.1.6.2
*** windowtest.cpp      29 May 2002 22:11:46 -0000      1.1.1.1.6.1
--- windowtest.cpp      17 Jun 2002 13:25:19 -0000      1.1.1.1.6.2
***************
*** 67,71 ****
        msgbox->Show();
        msgbox->WaitForClick();
! 
        // Get rid of mywidget, msgbox, and app buttons and context
        delete mywidget;
--- 67,74 ----
        msgbox->Show();
        msgbox->WaitForClick();
!       msgbox->Hide();
!       
!       app->Run();
!       
        // Get rid of mywidget, msgbox, and app buttons and context
        delete mywidget;
***************
*** 75,79 ****
  
        // Start the process over exactly the same
!       // Crash happens here in physfs.c
        app=new PG_Application();
        app->SetEmergencyQuit(true);
--- 78,82 ----
  
        // Start the process over exactly the same
! 
        app=new PG_Application();
        app->SetEmergencyQuit(true);




reply via email to

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