diff options
Diffstat (limited to 'cad/gschem/patches/patch-ah')
-rw-r--r-- | cad/gschem/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/gschem/patches/patch-ah b/cad/gschem/patches/patch-ah new file mode 100644 index 00000000000..f066de0c7e9 --- /dev/null +++ b/cad/gschem/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2005/01/11 03:16:24 dmcmahill Exp $ + +--- src/x_pagesel.c.orig 2004-12-29 04:09:14.000000000 +0000 ++++ src/x_pagesel.c +@@ -131,7 +131,7 @@ gint save_page(GtkWidget * gtklist, TOPL + #line 225 "../noweb/x_pagesel.nw" + gint file_new(GtkWidget * gtklist, TOPLEVEL * w_current) + { +- i_callback_file_new(w_current, 0, NULL); ++ i_callback_gedafile_new(w_current, 0, NULL); + + return (0); + } |