diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-18 00:43:55 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-18 00:43:55 +0200 |
commit | a897467549fc75eee8fdd7c255ee5f55c3714ac6 (patch) | |
tree | 2c76ff78bf0443198a70ac91dc43d3575740f476 /protocols | |
parent | edfc6db1415558b7f202cc3fa2654ad58defea78 (diff) |
I should stop doing commits with the debugging stuff still enabled.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/purple/purple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c index 997b09f7..44a21fae 100644 --- a/protocols/purple/purple.c +++ b/protocols/purple/purple.c @@ -871,7 +871,7 @@ static void purple_ui_init() purple_request_set_ui_ops( &bee_request_uiops ); purple_notify_set_ui_ops( &bee_notify_uiops ); purple_xfers_set_ui_ops( &bee_xfer_uiops ); - purple_debug_set_ui_ops( &bee_debug_uiops ); + //purple_debug_set_ui_ops( &bee_debug_uiops ); } void purple_initmodule() |