- Timestamp:
- Jun 4, 2003, 12:07:56 AM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 2824f79
- Parents:
- 38cf544c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r38cf544c r96f8e5b 197 197 owl_view_create(owl_global_get_current_view(&g), f); 198 198 199 /* AIM init */ 200 owl_aim_init(); 201 199 202 /* process the startup file */ 200 203 owl_function_execstartup(); 201 202 204 203 205 /* read the config file */ … … 239 241 owl_zephyr_zlog_in(); 240 242 } 241 242 /* AIM init */243 owl_aim_init();244 243 245 244 /* welcome message */
Note: See TracChangeset
for help on using the changeset viewer.