diff options
Diffstat (limited to 'academic/grace/patches/xmgrace-null.patch')
-rw-r--r-- | academic/grace/patches/xmgrace-null.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/grace/patches/xmgrace-null.patch b/academic/grace/patches/xmgrace-null.patch new file mode 100644 index 0000000000..5a8eb77057 --- /dev/null +++ b/academic/grace/patches/xmgrace-null.patch @@ -0,0 +1,11 @@ +--- src/fontwin.c ++++ src/fontwin.c 2006/01/17 09:08:26 +@@ -126,7 +126,7 @@ + fonttool_frame = XmCreateDialogShell(app_shell, "Font tool", NULL, 0); + handle_close(fonttool_frame); + fonttool_panel = XtCreateWidget("fonttool_panel", xmFormWidgetClass, +- fonttool_frame, NULL, 0); ++ fonttool_frame, NULL, NULL); + + font_select_item = CreateFontChoice(fonttool_panel, "Font:"); + XtVaSetValues(font_select_item->menu, |