summaryrefslogtreecommitdiff
path: root/libpurple/purplechatconversation.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-10-23 01:06:57 -0500
committerGary Kramlich <grim@reaperworld.com>2021-10-23 01:06:57 -0500
commitc4166e1d247c08dc3b68d5c5a9fe3b6061d1b883 (patch)
tree72b7e7d122b28ab2cc6a62b75279c0abde94c984 /libpurple/purplechatconversation.c
parentf1da8613611d1ff9b13d3fca3f33d03a944b039d (diff)
downloadpidgin-c4166e1d247c08dc3b68d5c5a9fe3b6061d1b883.tar.gz
Now that the History API is here, remove the purple logging api
Testing Done: Sent ims in both pidgin3 and finch3, also joined a chat in pidgin3 and verified that the preferences window is okay. Reviewed at https://reviews.imfreedom.org/r/1077/
Diffstat (limited to 'libpurple/purplechatconversation.c')
-rw-r--r--libpurple/purplechatconversation.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libpurple/purplechatconversation.c b/libpurple/purplechatconversation.c
index aec1374c66..63bb7a8f90 100644
--- a/libpurple/purplechatconversation.c
+++ b/libpurple/purplechatconversation.c
@@ -28,6 +28,7 @@
#include "purplechatconversation.h"
#include "purpleenums.h"
#include "purpleprivate.h"
+#include "server.h"
typedef struct {
GList *ignored; /* Ignored users. */
@@ -203,10 +204,6 @@ purple_chat_conversation_constructed(GObject *obj) {
purple_chat_conversation_set_nick(chat, username);
}
- if(purple_prefs_get_bool("/purple/logging/log_chats")) {
- purple_conversation_set_logging(PURPLE_CONVERSATION(chat), TRUE);
- }
-
g_object_unref(account);
}