11 lines
311 B
Text
11 lines
311 B
Text
--- Widgets/AxeTextDeck.c.orig Wed Aug 22 01:00:20 2001
|
|
+++ Widgets/AxeTextDeck.c Wed Aug 22 01:01:32 2001
|
|
@@ -177,7 +177,7 @@ Initialize(req, new, args, num_args)
|
|
}
|
|
else
|
|
{
|
|
- expandedName = theFile;
|
|
+ expandedName = XtNewString("");
|
|
}
|
|
|
|
XtVaCreateManagedWidget("ed", axeTextWidgetClass, new,
|