Cursor
authorArt Cancro <ajc@citadel.org>
Wed, 11 Aug 1999 02:32:10 +0000 (02:32 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 11 Aug 1999 02:32:10 +0000 (02:32 +0000)
daphne/citclient.cpp

index 3df65adb4eefbff74a572fe42c71ed2dcd78e276..558fdeb608c21ca5af111f9ab73e9dcb9ca55508 100644 (file)
@@ -170,8 +170,8 @@ int CitClient::serv_trans(
        // If a mutex is to be wrapped around this function in the future,
        // it must begin HERE.
        cout << "Beginning transaction\n";
-       wxBeginBusyCursor();
        Critter.Enter();
+       wxBeginBusyCursor();
 
        serv_puts(command);
 
@@ -220,8 +220,8 @@ int CitClient::serv_trans(
        // If a mutex is to be wrapped around this function in the future,
        // it must end HERE.
        cout << "Ending transaction...\n";
-       Critter.Leave();
        wxEndBusyCursor();
+       Critter.Leave();
        cout << "...done.\n";
 
        if (express_messages_waiting) {