Mercurial > pidgin.yaz
diff src/gtkspell.c @ 2725:f3c094e78609
[gaim-migrate @ 2738]
this actually doesn't change anything, unless you want to use gtk2.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 15 Nov 2001 22:47:04 +0000 |
parents | f6f2871d77c2 |
children | 4c6ad3d9db3f |
line wrap: on
line diff
--- a/src/gtkspell.c Thu Nov 15 22:34:47 2001 +0000 +++ b/src/gtkspell.c Thu Nov 15 22:47:04 2001 +0000 @@ -431,7 +431,7 @@ if (highlight.pixel == 0) { /* add an entry for the highlight in the color map. */ GdkColormap *gc = gtk_widget_get_colormap(GTK_WIDGET(gtktext)); - gdk_colormap_alloc_color(gc, &highlight, FALSE, TRUE);; + gdk_colormap_alloc_color(gc, &highlight, FALSE, TRUE); } change_color(gtktext, start, end, &highlight); if (buf)