summaryrefslogtreecommitdiff
path: root/editors/conglomerate/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/conglomerate/patches/patch-aa')
-rw-r--r--editors/conglomerate/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/conglomerate/patches/patch-aa b/editors/conglomerate/patches/patch-aa
new file mode 100644
index 00000000000..80e80130fbd
--- /dev/null
+++ b/editors/conglomerate/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/07/04 11:52:50 jmmv Exp $
+
+--- src/cong-menus.c.orig 2003-06-24 19:33:54.000000000 +0200
++++ src/cong-menus.c
+@@ -260,6 +260,8 @@ static GtkWidget *cong_document_properti
+ CongDialogCategory *header_category;
+ CongDialogCategory *dtd_category;
+ gchar *filename, *path;
++ struct _xmlDtd *extSubset; /* the document external subset */
++ struct _xmlDtd *intSubset; /* the document internal subset */
+
+ g_return_val_if_fail(doc, NULL);
+
+@@ -328,9 +330,6 @@ static GtkWidget *cong_document_properti
+ } else {
+ }
+
+- struct _xmlDtd *extSubset; /* the document external subset */
+- struct _xmlDtd *intSubset; /* the document internal subset */
+-
+ #if 1
+ notebook = GTK_NOTEBOOK(gtk_notebook_new());
+