openbsd-ports/print/bibview/patches/patch-ctl_card_c

24 lines
769 B
Plaintext
Raw Normal View History

$OpenBSD: patch-ctl_card_c,v 1.1 2001/04/17 13:13:31 naddy Exp $
1998-05-17 01:20:42 -04:00
--- ctl_card.c.orig Mon May 8 18:25:53 1995
+++ ctl_card.c Tue Apr 17 14:30:50 2001
@@ -659,15 +659,15 @@ String hlpstring;
1998-05-17 01:20:42 -04:00
sprintf(aw->shellName, "%s: NEW", glbFldToName(nannote));
else
sprintf(aw->shellName, "%s: %s", glbFldToName(nannote), cp->cd->mainkey);
- #ifdef ACTION_PROBLEM
+#ifdef ACTION_PROBLEM
if (first_in){
- #endif
+#endif
XtAppAddActions(XtWidgetToApplicationContext(topLevel), annote_actions,
XtNumber(annote_actions));
- #ifdef ACTION_PROBLEM
+#ifdef ACTION_PROBLEM
first_in = 0;
}
- #endif
+#endif
aw->annoteShell = XtVaCreatePopupShell("AnnoteShell",
topLevelShellWidgetClass, topLevel,
XtNtitle, aw->shellName,