Changeset 8d96b78 for protocols/purple


Ignore:
Timestamp:
2012-01-30T21:29:04Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
cf0dbdd
Parents:
e618d85
Message:

Report mysterious unsupported libpurple options in "help purple $PROTOCOL".
Mostly an attempt to explain what's up with #898.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    re618d85 r8d96b78  
    184184                                     name, purple_account_option_get_type( o ) );
    185185                        */
     186                        g_string_append_printf( help, "\n* [%s] UNSUPPORTED (type %d)",
     187                                                name, purple_account_option_get_type( o ) );
    186188                        name = NULL;
    187189                }
Note: See TracChangeset for help on using the changeset viewer.