# HG changeset patch # User Mark Doliner # Date 1074140466 0 # Node ID c0ee65d9453c0ca2573c2cd5ff505946f807fddb # Parent 70816fbc2541f7c3edc2e57946d7619e91a67d41 [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 diff -r 70816fbc2541 -r c0ee65d9453c plugins/gevolution/.cvsignore --- /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 diff -r 70816fbc2541 -r c0ee65d9453c src/gtknotify.c --- 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;