diff pidgin/gtkconv.c @ 32705:588f9b808a31

Hide struct _PurpleConversation.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 16:48:40 +0000
parents 308519b40f50
children 10e5000326a5
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Oct 01 16:21:16 2011 +0000
+++ b/pidgin/gtkconv.c	Sat Oct 01 16:48:40 2011 +0000
@@ -1425,16 +1425,14 @@
 
 		purple_conversation_write(conv, NULL,
 								_("Logging started. Future messages in this conversation will be logged."),
-								conv->logs ? (PURPLE_MESSAGE_SYSTEM) :
-								             (PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LOG),
+								PURPLE_MESSAGE_SYSTEM,
 								time(NULL));
 	}
 	else
 	{
 		purple_conversation_write(conv, NULL,
 								_("Logging stopped. Future messages in this conversation will not be logged."),
-								conv->logs ? (PURPLE_MESSAGE_SYSTEM) :
-								             (PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LOG),
+								PURPLE_MESSAGE_SYSTEM,
 								time(NULL));
 
 		/* Disable the logging second, so that the above message can be logged. */