Show
Ignore:
Timestamp:
03/13/08 10:28:17 (4 years ago)
Author:
rakshasa
Message:

* Fixed minor bugs in the display of tracker groups. Patch by Josef
Drexler.

* Cleanup of the CommandMap? class.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rtorrent/src/core/view.h

    r938 r1041  
    121121  void                set_filter_on(int event); 
    122122 
     123  void                set_cfilter(const std::string& s)        { m_cfilter = s; } 
     124 
    123125  void                clear_filter_on(); 
    124126 
     
    163165  filter_list         m_filter; 
    164166 
     167  std::string         m_cfilter; 
     168 
    165169  rak::timer          m_lastChanged; 
    166170  signal_type         m_signalChanged;