[2874] in Release_Engineering
patches to xolc's browser...
daemon@ATHENA.MIT.EDU (vanharen@MIT.EDU)
Thu Jun 11 10:25:35 1992
From: vanharen@MIT.EDU
Date: Thu, 11 Jun 92 10:25:22 EDT
To: rel-eng@MIT.EDU
the save dialog in the xbrowser did not allow deleting the previous
char. same as with olh and olc, the backspace does not work on sun, but
delete does.
-C.
diff -rbwc /source/athena/athena.bin/olc/browser/motif/callbacks.c ./callbacks.c
*** /source/athena/athena.bin/olc/browser/motif/callbacks.c Wed May 6 13:06:10 1992
--- ./callbacks.c Wed Jun 10 18:52:39 1992
***************
*** 434,439 ****
--- 434,440 ----
if (!strcmp(string, "save_dlg")) {
w_dlg_save = w;
XtDestroyWidget(XmSelectionBoxGetChild(w,XmDIALOG_HELP_BUTTON));
+ MuSetEmacsBindings(XmSelectionBoxGetChild(w,XmDIALOG_TEXT));
return;
}