pkgsrc/editors/gnotepad/patches/patch-ab
wiz 6b37c1c21c Update to 1.3.3, and some patches to make it compile again with newer
gtkhtml.
Changes:
- The message bar was always shown, even if the preferences setting
  was not.
- If the locale is set to Chinese, Japanese, or Korean, menus would
  be shown in the locale's language, but the actual text itself did
  not (Mitsuo Hamada).
- Changes to some preferences would never be saved (Ian M Laurie).
2001-04-22 17:16:42 +00:00

15 lines
404 B
Text

$NetBSD: patch-ab,v 1.1 2001/04/22 17:16:44 wiz Exp $
--- src/file.c.orig Wed Jun 7 02:19:45 2000
+++ src/file.c
@@ -241,8 +241,8 @@
#endif
#ifdef USE_GTKHTML
else if (GTK_IS_HTML(d->data)) {
- gtk_html_begin(GTK_HTML(d->data), d->fname);
- gtk_html_parse(GTK_HTML(d->data));
+ gtk_html_begin(GTK_HTML(d->data));
+ html_engine_parse(GTK_HTML(d->data));
}
#endif
} /* filesize > 0 */