changeset 189:50dc3db25513

[gaim-migrate @ 199] uh huh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 26 Apr 2000 20:24:35 +0000
parents 3f2394cee8d4
children 3a8809beb5ce
files src/conversation.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Wed Apr 26 18:28:10 2000 +0000
+++ b/src/conversation.c	Wed Apr 26 20:24:35 2000 +0000
@@ -567,6 +567,8 @@
                 return;
         if (GTK_TOGGLE_BUTTON(color)->active)
 		show_color_dialog(entry, color);
+	else
+		advance_past(entry, "<FONT COLOR>", "</FONT>" );
 }
 
 static void do_link(GtkWidget *linky, GtkWidget *entry)