diff src/gtknotify.c @ 8107:c0ee65d9453c

[gaim-migrate @ 8807] Else is a 4 letter word. So is spam. And bonk. And dunk. And poem. And foot. And beef. And fear. And nose. And zest. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 15 Jan 2004 04:21:06 +0000
parents f6b915b0ce23
children 62af52b1614a
line wrap: on
line diff
--- a/src/gtknotify.c	Thu Jan 15 04:02:12 2004 +0000
+++ b/src/gtknotify.c	Thu Jan 15 04:21:06 2004 +0000
@@ -364,10 +364,10 @@
     if(gaim_prefs_get_bool("/gaim/gtk/conversations/show_urls_as_links")){
         linked_text = gaim_markup_linkify(text);
         gtk_imhtml_append_text_with_images(GTK_IMHTML(imhtml), linked_text,
-                                           options, images);
+										   options, images);
         g_free(linked_text);
-    } 
-	gtk_imhtml_append_text_with_images(GTK_IMHTML(imhtml), text, options, images);
+    } else
+		gtk_imhtml_append_text_with_images(GTK_IMHTML(imhtml), text, options, images);
 
 	if (images) {
 		GSList *tmp;