Changeset 2960
- Timestamp:
- 04/27/06 19:07:11 (3 years ago)
- Files:
-
- hydranode/hngui/myhydra.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hngui/myhydra.cpp
r2942 r2960 125 125 126 126 if (s_modulesInfo->count() && !HomePage::instance().hasPage("eDonkey")){ 127 window()->setUpdatesEnabled(false); 127 128 HomePage::instance().addPage( 128 129 "eDonkey", new DonkeyPage( … … 131 132 ) 132 133 ); 134 window()->setUpdatesEnabled(true); 133 135 } 134 136 }
