Changeset 81682
- Timestamp:
- 08/04/11 03:11:47 (4 years ago)
- Location:
- trunk/dports/math/xmgr
- Files:
-
- 2 edited
-
Portfile (modified) (1 diff)
-
files/patch-motifutils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/xmgr/Portfile
r78231 r81682 5 5 name xmgr 6 6 version 4.1.2 7 revision 17 revision 2 8 8 categories math science 9 9 maintainers mac.com:mlund -
trunk/dports/math/xmgr/files/patch-motifutils.c
r78231 r81682 1 --- src/motifutils.c.orig 2011-0 1-30 19:39:41.000000000 +01002 +++ src/motifutils.c 2011-0 4-29 14:00:06.000000000 +02001 --- src/motifutils.c.orig 2011-08-04 11:11:51.000000000 +0200 2 +++ src/motifutils.c 2011-08-04 10:57:01.000000000 +0200 3 3 @@ -121,7 +121,7 @@ 4 4 … … 19 19 i++; 20 20 } 21 @@ -1294,7 +1294,7 @@ 22 XmNlabelString, str, 23 XmNmnemonic, mnemonic, 24 XmNsubMenuId, menu, 25 - 0); 26 + (char *)NULL); 27 XmStringFree(str); 28 if (help_anchor) { 29 XtAddCallback(menu, XmNhelpCallback, (XtCallbackProc) HelpCB,
Note: See TracChangeset
for help on using the changeset viewer.

