Changeset 2998

Show
Ignore:
Timestamp:
05/01/06 19:18:05 (3 years ago)
Author:
madcat
Message:

0.3 HOTFIX: Fixes torrents auto-categorization in user interface(s).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/cgcomm/sub_download.cpp

    r2996 r2998  
    172172                                ); 
    173173                                if (f) { 
    174                                         m_children.push_back(getFId(m_file)); 
     174                                        m_children.push_back(getFId(f)); 
    175175                                } 
    176176                                ++j;