Disable custom smileys to prevent crash in libpurple (we don't use this feature anyway)
This commit is contained in:
parent
e9e2991f8e
commit
e733ee38fb
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ class SpectrumNetworkPlugin : public NetworkPlugin {
|
|||
|
||||
purple_account_set_password(account, password.c_str());
|
||||
purple_account_set_enabled(account, "spectrum", TRUE);
|
||||
purple_account_set_bool(account, "custom_smileys", FALSE));
|
||||
|
||||
const PurpleStatusType *status_type = purple_account_get_status_type_with_primitive(account, PURPLE_STATUS_AVAILABLE);
|
||||
if (status_type != NULL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue