Ignore:
Timestamp:
2010-05-21T00:09:29Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2c5fabc
Parents:
e7dc02a
Message:

Fixed sending with proper filenames by creating a temporary directory with
the file in it; protocol modules are mostly hardcoded to use the filename
from the filesystem with no way to override this.

Also improved robustness a little bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    re7dc02a r75c3ff7  
    841841        purple_notify_set_ui_ops( &bee_notify_uiops );
    842842        purple_xfers_set_ui_ops( &bee_xfer_uiops );
    843         //purple_debug_set_ui_ops( &bee_debug_uiops );
     843        purple_debug_set_ui_ops( &bee_debug_uiops );
    844844}
    845845
Note: See TracChangeset for help on using the changeset viewer.