Changeset 2c5fabc
- Timestamp:
- 2010-05-21T23:26:21Z (15 years ago)
- Branches:
- master
- Children:
- e77c264
- Parents:
- 75c3ff7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r75c3ff7 r2c5fabc 841 841 purple_notify_set_ui_ops( &bee_notify_uiops ); 842 842 purple_xfers_set_ui_ops( &bee_xfer_uiops ); 843 purple_debug_set_ui_ops( &bee_debug_uiops ); 843 844 if( getenv( "BITLBEE_DEBUG" ) ) 845 purple_debug_set_ui_ops( &bee_debug_uiops ); 844 846 } 845 847
Note: See TracChangeset
for help on using the changeset viewer.