- Timestamp:
- Oct 12, 2017, 8:28:02 PM (7 years ago)
- Branches:
- master
- Children:
- a882637
- Parents:
- ee6b30f
- git-author:
- Anders Kaseorg <andersk@mit.edu> (10/06/17 21:27:09)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (10/12/17 20:28:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r4ead7b3 r4fd3c04 187 187 if (owl_message_is_type_zephyr(m)) { 188 188 owl_zephyr_zaway(m); 189 } else if (owl_message_is_type_aim(m)) {190 if (owl_message_is_private(m)) {191 owl_function_send_aimawymsg(owl_message_get_sender(m), owl_global_get_zaway_msg(&g));192 }193 189 } 194 190 } … … 504 500 owl_global_set_startupargs(&g, argc_copy, argv_copy); 505 501 g_strfreev(argv_copy); 506 owl_global_set_haveaim(&g);507 502 508 503 owl_register_signal_handlers(); … … 564 559 owl_global_get_filter(&g, "all"), 565 560 owl_global_get_style_by_name(&g, "default")); 566 567 /* AIM init */568 owl_function_debugmsg("startup: doing AIM initialization");569 owl_aim_init();570 561 571 562 /* execute the startup function in the configfile */
Note: See TracChangeset
for help on using the changeset viewer.