cced4a53fe
- regen patches - make it build and work with XF4; patches from Hwei Sheng Teoh <hsteoh@debian.org> via Debian - prettify
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
$OpenBSD: patch-Widgets_AxeTextDeck_c,v 1.1 2001/08/22 00:04:41 naddy Exp $
|
|
--- 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,
|