Changeset fef6116 for account.c


Ignore:
Timestamp:
2006-07-01T19:17:42Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
96863f6
Parents:
5100caa (diff), 3f9440d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fixed check in set_eval_account() and merging from main (better NAMES replies).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.c

    r5100caa rfef6116  
    7272       
    7373        /* Double-check: We refuse to edit on-line accounts. */
    74         if( acc->gc )
     74        if( set->flags & ACC_SET_OFFLINE_ONLY && acc->gc )
    7575                return NULL;
    7676       
Note: See TracChangeset for help on using the changeset viewer.