- Timestamp:
- Apr 29, 2008, 1:21:13 AM (17 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
rc0c4449c r864ed35 265 265 } 266 266 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 274 267 /* setup the default filters */ 275 268 /* the personal filter will need to change again when AIM chat's are
Note: See TracChangeset
for help on using the changeset viewer.