Mercurial > pidgin
changeset 53:bb007396e0a1
[gaim-migrate @ 63]
Typo
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sun, 26 Mar 2000 08:55:44 +0000 |
parents | ceb0d714d180 |
children | a718eaf5779e |
files | src/gtkhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkhtml.c Sun Mar 26 08:55:05 2000 +0000 +++ b/src/gtkhtml.c Sun Mar 26 08:55:44 2000 +0000 @@ -2954,7 +2954,7 @@ if (url != NULL) { - fore = get_color(3355647, gdk_window_get_colormap(html->html_area); + fore = get_color(3355647, gdk_window_get_colormap(html->html_area)); } hb = g_new0(GtkHtmlBit, 1);