1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-wm/olvwm/files/patch-ab
Steve Price 8890619ea5 Update to version 4.2.
PR:		7626
Submitted by:	Brian Feldman <green@unixhelp.org>
1998-08-24 01:28:45 +00:00

13 lines
416 B
Plaintext

--- menu.c.orig Fri Aug 14 20:35:05 1998
+++ menu.c Fri Aug 14 22:28:13 1998
@@ -3148,7 +3148,8 @@
if (fDefault)
state |= OLGX_DEFAULT;
- if (pb->label[pb->which].kind == StringLabel)
+ if (pb->label[pb->which].kind == StringLabel ||
+ pb->label[pb->which].kind == NoType)
label = pb->label[pb->which].string;
#ifdef OLGX_LABEL_IS_COMB
else if (pb->label[pb->which].kind == ComboLabel) {