Mercurial > pidgin
diff src/gtkconv.c @ 5367:fc0441fbf159
[gaim-migrate @ 5743]
javabsp fixed y!m point sizes (again)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 14 May 2003 04:11:23 +0000 |
| parents | 5e1eeeba4e68 |
| children | f3cf3bff72f0 |
line wrap: on
line diff
--- a/src/gtkconv.c Wed May 14 01:15:58 2003 +0000 +++ b/src/gtkconv.c Wed May 14 04:11:23 2003 +0000 @@ -3676,6 +3676,7 @@ if (gaim_window_get_conversation_count(win) == 1) g_timeout_add(0, (GSourceFunc)update_send_as_selection, win); + } static void @@ -3962,6 +3963,8 @@ if (!(logging_options & OPT_LOG_STRIP_HTML)) gtk_font_options ^= GTK_IMHTML_RETURN_LOG; + if (GAIM_PLUGIN_PROTOCOL_INFO(conv->account->gc->prpl)->options & OPT_PROTO_USE_POINTSIZE) + gtk_font_options ^= GTK_IMHTML_USE_POINTSIZE; if (flags & WFLAG_SYSTEM) { if (convo_options & OPT_CONVO_SHOW_TIME)
