summaryrefslogtreecommitdiffstats
path: root/academic/grace/patches/xmgrace-null.patch
diff options
context:
space:
mode:
Diffstat (limited to 'academic/grace/patches/xmgrace-null.patch')
-rw-r--r--academic/grace/patches/xmgrace-null.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/academic/grace/patches/xmgrace-null.patch b/academic/grace/patches/xmgrace-null.patch
deleted file mode 100644
index 5a8eb77057..0000000000
--- a/academic/grace/patches/xmgrace-null.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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,