Changeset 2960

Show
Ignore:
Timestamp:
04/27/06 19:07:11 (3 years ago)
Author:
madcat
Message:

Disable updates before doing major gui changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hngui/myhydra.cpp

    r2942 r2960  
    125125 
    126126        if (s_modulesInfo->count() && !HomePage::instance().hasPage("eDonkey")){ 
     127                window()->setUpdatesEnabled(false); 
    127128                HomePage::instance().addPage( 
    128129                        "eDonkey", new DonkeyPage( 
     
    131132                        ) 
    132133                ); 
     134                window()->setUpdatesEnabled(true); 
    133135        } 
    134136}