diff plugins/history.c @ 5599:340cb17d3e37

[gaim-migrate @ 6003] fixination committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 31 May 2003 14:43:08 +0000
parents 8b24e4d1e082
children dae79aefac8d
line wrap: on
line diff
--- a/plugins/history.c	Sat May 31 14:38:03 2003 +0000
+++ b/plugins/history.c	Sat May 31 14:43:08 2003 +0000
@@ -4,6 +4,7 @@
 #include "config.h"
 
 #include "gaim.h"
+#include "prefs.h"
 #include "gtkimhtml.h"
 #include "gtkplugin.h"
 #include <sys/stat.h>
@@ -50,7 +51,8 @@
 	if(*tmp == '<')
 		options |= GTK_IMHTML_NO_NEWLINE;
 
-	if (gaim_prefs_get_bool("/gaim/gtk/conversations/show_urls_as_links")) {		tmp2 = linkify_text(tmp);
+	if (gaim_prefs_get_bool("/gaim/gtk/conversations/show_urls_as_links"))
+		tmp2 = linkify_text(tmp);
 	else
 		tmp2 = g_strdup(tmp);