comparison src/conversation.c @ 183:8886a34cd9f1

[gaim-migrate @ 193] Fixed twice-apply-color segfault. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 26 Apr 2000 16:48:14 +0000
parents b3b188f057f2
children f5c3e340c5e4
comparison
equal deleted inserted replaced
182:b3b188f057f2 183:8886a34cd9f1
565 { 565 {
566 if (state_lock) 566 if (state_lock)
567 return; 567 return;
568 if (GTK_TOGGLE_BUTTON(color)->active) 568 if (GTK_TOGGLE_BUTTON(color)->active)
569 show_color_dialog(entry, color); 569 show_color_dialog(entry, color);
570 else
571 advance_past(entry, "<FONT COLOR>", "</FONT>");
572 } 570 }
573 571
574 static void do_link(GtkWidget *linky, GtkWidget *entry) 572 static void do_link(GtkWidget *linky, GtkWidget *entry)
575 { 573 {
576 if (state_lock) 574 if (state_lock)