freebsd-ports/deskutils/mrundlg/files/patch-mrundlg.c
Pav Lucistnik 2a041b1293 An application / program launcher for Motif/X much like the
Windows Run Dialog.

PR:		ports/83281
Submitted by:	Matthew Holder <sixxgate@hotmail.com>
2005-07-12 12:56:46 +00:00

12 lines
398 B
C

--- mrundlg.c.orig Mon Jul 11 12:15:16 2005
+++ mrundlg.c Tue Jul 12 14:50:45 2005
@@ -250,8 +250,8 @@
void txtCommand_Change (Widget w, XtPointer client_data, XmAnyCallbackStruct *call)
{
- if (szCommand != NULL) XtFree(szCommand);
Arg args; String szValue;
+ if (szCommand != NULL) XtFree(szCommand);
XtSetArg(args, XmNvalue, &szValue);
XtGetValues(w, &args, 1);
szCommand = szValue;