Mercurial > pidgin
changeset 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 | 77ba079b355a |
files | src/conversation.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Wed Apr 26 16:31:19 2000 +0000 +++ b/src/conversation.c Wed Apr 26 16:48:14 2000 +0000 @@ -567,8 +567,6 @@ 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)