comparison lwlib/lwlib.c @ 15790:fb5e87397205

(merge_widget_value) [USE_MOTIF]: Pass along the change flag from merged_contents.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Jul 1996 16:19:46 +0000
parents de5c3eda52fc
children 184808f2a73c
comparison
equal deleted inserted replaced
15789:992fcf417a49 15790:fb5e87397205
524 else if (merged_contents && merged_contents->change != NO_CHANGE) 524 else if (merged_contents && merged_contents->change != NO_CHANGE)
525 { 525 {
526 EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)", 526 EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)",
527 0, 0); 527 0, 0);
528 change = max (change, INVISIBLE_CHANGE); 528 change = max (change, INVISIBLE_CHANGE);
529 #ifdef USE_MOTIF
530 change = max (merged_contents->change, change);
531 #endif
529 } 532 }
530 533
531 val1->contents = merged_contents; 534 val1->contents = merged_contents;
532 } 535 }
533 536