Changeset 2932
- Timestamp:
- 04/25/06 10:46:24 (3 years ago)
- Files:
-
- hydranode/hngui/downloadlist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hngui/downloadlist.cpp
r2931 r2932 791 791 if (m_data->getState() == Engine::DSTATE_CANCELED) { 792 792 treeWidget()->setItemSelected(this, false); 793 delete this;793 deleteLater(); 794 794 } 795 795 }
