diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
commit | ba06c2d6a37dc081a3a8c5a01426a0a009428ca9 (patch) | |
tree | 7b1cdea9a21ff4ed307e29514e9d8286d9d83dfa /print/bibview/files/patch-ctl_card.c | |
parent | Stage, and pull the patches into a sed command. (diff) |
Rename p*/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'print/bibview/files/patch-ctl_card.c')
-rw-r--r-- | print/bibview/files/patch-ctl_card.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/bibview/files/patch-ctl_card.c b/print/bibview/files/patch-ctl_card.c new file mode 100644 index 000000000000..786f077c04f9 --- /dev/null +++ b/print/bibview/files/patch-ctl_card.c @@ -0,0 +1,22 @@ +--- ctl_card.c.orig Mon May 8 18:25:53 1995 ++++ ctl_card.c Thu Sep 11 13:08:32 1997 +@@ -659,15 +659,15 @@ + 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, |