Changeset 9aba27b


Ignore:
Timestamp:
Dec 27, 2007, 10:55:12 AM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
3617286, 61abb18
Parents:
89f5338
Message:
Fixing a bug I noticed in the unicode branch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylefunc.c

    rfa86732 r9aba27b  
    146146      if (owl_global_is_userclue(&g, OWL_USERCLUE_CLASSES)) {
    147147        if (owl_message_is_personal(m)) {
    148           owl_fmtext_addattr((&m->fmtext), OWL_FMTEXT_ATTR_BOLD);
     148          owl_fmtext_addattr(fm, OWL_FMTEXT_ATTR_BOLD);
    149149        }
    150150      }
     
    309309      if (owl_global_is_userclue(&g, OWL_USERCLUE_CLASSES)) {
    310310        if (owl_message_is_personal(m)) {
    311           owl_fmtext_addattr((&m->fmtext), OWL_FMTEXT_ATTR_BOLD);
     311          owl_fmtext_addattr(fm, OWL_FMTEXT_ATTR_BOLD);
    312312        }
    313313      }
     
    627627      if (owl_global_is_userclue(&g, OWL_USERCLUE_CLASSES)) {
    628628        if (owl_message_is_personal(m)) {
    629           owl_fmtext_addattr((&m->fmtext), OWL_FMTEXT_ATTR_BOLD);
     629          owl_fmtext_addattr(fm, OWL_FMTEXT_ATTR_BOLD);
    630630        }
    631631      }
Note: See TracChangeset for help on using the changeset viewer.