changeset 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 70816fbc2541
children 24159041e8f4
files plugins/gevolution/.cvsignore src/gtknotify.c
diffstat 2 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/gevolution/.cvsignore	Thu Jan 15 04:21:06 2004 +0000
@@ -0,0 +1,8 @@
+Makefile
+Makefile.in
+.*.swp
+.deps
+.libs
+*.dll
+*.la
+*.lo
--- 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;