diff src/gtkconv.c @ 6185:3b5c86808a66

[gaim-migrate @ 6671] NEWSination and a fugbix. (unqueueing messages from a disconnected account) committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 17 Jul 2003 22:27:51 +0000
parents 387221e0623f
children 519028f52516
line wrap: on
line diff
--- a/src/gtkconv.c	Thu Jul 17 22:11:21 2003 +0000
+++ b/src/gtkconv.c	Thu Jul 17 22:27:51 2003 +0000
@@ -4335,7 +4335,7 @@
 	if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html"))
 		gtk_font_options ^= GTK_IMHTML_RETURN_LOG;
 
-	if (GAIM_PLUGIN_PROTOCOL_INFO(conv->account->gc->prpl)->options &
+	if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol(conv->account)))->options &
 		OPT_PROTO_USE_POINTSIZE) {
 
 		gtk_font_options ^= GTK_IMHTML_USE_POINTSIZE;