summaryrefslogtreecommitdiff
path: root/editors/gnotepad/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-22 17:16:42 +0000
committerwiz <wiz>2001-04-22 17:16:42 +0000
commit07509c49660effa55420bb3ab94b446a7a580172 (patch)
tree036b586c56a5e30d7b2e30db9871d166d06656af /editors/gnotepad/patches/patch-ab
parent4c2fbc47427696144d9e40e25040c34b36b8e0fa (diff)
downloadpkgsrc-07509c49660effa55420bb3ab94b446a7a580172.tar.gz
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).
Diffstat (limited to 'editors/gnotepad/patches/patch-ab')
-rw-r--r--editors/gnotepad/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/gnotepad/patches/patch-ab b/editors/gnotepad/patches/patch-ab
new file mode 100644
index 00000000000..8030b23df2f
--- /dev/null
+++ b/editors/gnotepad/patches/patch-ab
@@ -0,0 +1,15 @@
+$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 */