comparison src/server.c @ 5743:af159a5bbaa0

[gaim-migrate @ 6167] Fixed a missing preference. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 04 Jun 2003 08:46:05 +0000
parents 4115f24e6e24
children 666b04f93c55
comparison
equal deleted inserted replaced
5742:e0a1a2110432 5743:af159a5bbaa0
1400 who = angel; 1400 who = angel;
1401 message = buffy; 1401 message = buffy;
1402 1402
1403 1403
1404 1404
1405 if (gaim_prefs_get_bool("/gaim/gtk/conversations/urls_as_links")) 1405 if (gaim_prefs_get_bool("/gaim/gtk/conversations/show_urls_as_links"))
1406 buf = linkify_text(message); 1406 buf = linkify_text(message);
1407 else 1407 else
1408 buf = g_strdup(message); 1408 buf = g_strdup(message);
1409 1409
1410 if (whisper) 1410 if (whisper)