diff options
-rw-r--r-- | protocols/purple/purple.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c index a784cc9d..4c451db1 100644 --- a/protocols/purple/purple.c +++ b/protocols/purple/purple.c @@ -781,9 +781,7 @@ static void prplcb_conn_connected(PurpleConnection *gc) // user list needs to be requested for Gadu-Gadu purple_gg_buddylist_import(gc); - if (gc->flags & PURPLE_CONNECTION_HTML) { - ic->flags |= OPT_DOES_HTML; - } + ic->flags |= OPT_DOES_HTML; } static void prplcb_conn_disconnected(PurpleConnection *gc) |