diff src/conversation.c @ 6622:a4622f1fb5a1

[gaim-migrate @ 7146] (10:10:23) Robot101: kills off OPT_CONN_* in favour of an enum, and deprecates all the IM_FLAGS_* except IM_FLAG_AWAY which is made into GAIM_IM_AUTO_RESP in a GaimImFlags enum. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 25 Aug 2003 14:12:28 +0000
parents 42fdf16f1dad
children dd0d238edf21
line wrap: on
line diff
--- a/src/conversation.c	Mon Aug 25 02:49:42 2003 +0000
+++ b/src/conversation.c	Mon Aug 25 14:12:28 2003 +0000
@@ -218,7 +218,7 @@
 
 	buf2 = g_malloc(limit);
 
-	if ((gc->flags & OPT_CONN_HTML) &&
+	if ((gc->flags & GAIM_CONNECTION_HTML) &&
 		gaim_prefs_get_bool("/core/conversations/send_urls_as_links")) {
 
 		buffy = linkify_text(buf);