Changeset 864ed35 for owl.c


Ignore:
Timestamp:
Apr 29, 2008, 1:21:13 AM (16 years ago)
Author:
Nelson Elhage <nelhage@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:
b67ab6b
Parents:
120291c
Message:
Initial step of moving styles from the current mishmash of different
options to a unified object interface.
No backwards-compatibility support yet.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rc0c4449c r864ed35  
    265265  }
    266266
    267   /* setup the built-in styles */
    268   owl_function_debugmsg("startup: creating built-in styles");
    269 
    270   s=owl_malloc(sizeof(owl_style));
    271   owl_style_create_internal(s, "basic", &owl_stylefunc_basic, "Basic message formatting.");
    272   owl_global_add_style(&g, s);
    273 
    274267  /* setup the default filters */
    275268  /* the personal filter will need to change again when AIM chat's are
Note: See TracChangeset for help on using the changeset viewer.