Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2017-06-26 10:10:31 +0300
committerdequis <dx@dxzone.com.ar>2017-06-26 10:51:59 +0300
commitb7aa06d4bbb12121bdb418c0b0941b9cd0dd4ffa (patch)
tree5cd876c5ec7b4360b698963bf3c119366a6755d0
parente52e69f0c56200d211236ca749f83833a583acba (diff)
purple-compat: add purple_conversation_write_system_message
-rw-r--r--include/purple-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/purple-compat.h b/include/purple-compat.h
index 82c26ab..1610590 100644
--- a/include/purple-compat.h
+++ b/include/purple-compat.h
@@ -154,4 +154,6 @@ purple_blist_node_set_transient(PurpleBlistNode *node, gboolean transient)
}
}
+#define purple_conversation_write_system_message(conv, msg, flags) purple_conversation_write((conv), NULL, (msg), (flags) | PURPLE_MESSAGE_SYSTEM, time(NULL));
+
#endif /* _PURPLE_COMPAT_H_ */