Changeset 6038

Show
Ignore:
Timestamp:
01/14/08 02:12:01 (10 months ago)
Author:
eugene
Message:

Fixed auto-respose filtering.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newosd/src/iface.cpp

    r6030 r6038  
    203203      if (sig->Argument() == 0) 
    204204      { 
    205         if (conf->statusChange == GROUP_TYPE_NONE || 
    206             (conf->statusChange == GROUP_TYPE_ONLINE_NOTIFY && !on)) 
     205        if (conf->autoResponse == GROUP_TYPE_NONE || 
     206            (conf->autoResponse == GROUP_TYPE_ONLINE_NOTIFY && !on)) 
    207207          ret = true; 
    208208      }