Ignore:
Timestamp:
Jul 15, 2009, 11:16:14 PM (16 years ago)
Author:
gumby
Message:

Fixed windows bug with window during globalization
Fixed bug with improper install order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/aeinstallerapp.cpp

    r402 r423  
    157157                else
    158158                {
    159                         TheWindow->InstallButton->Disable();
    160                         TheWindow->ReglobalizeButton->Disable();
     159
    161160
    162161#ifdef WIN32
    163                         boost::thread thrd3(globalizeData);
     162                        boost::thread thrd3(globalize2);
    164163                //globalizeData();
    165164                //boost::thread::create_thread(&globalizeData);
     
    167166                // Tg.create_thread( &globalizeData(), this );
    168167#else
     168                                                TheWindow->InstallButton->Disable();
     169                        TheWindow->ReglobalizeButton->Disable();
    169170                        globalizeData();
     171                                                TheWindow->InstallButton->Enable();
     172                        TheWindow->ReglobalizeButton->Enable();
    170173#endif
    171174               
    172                         TheWindow->InstallButton->Enable();
    173                         TheWindow->ReglobalizeButton->Enable();
     175
    174176                }
    175177        }
Note: See TracChangeset for help on using the changeset viewer.