Mercurial > hg > xemacs-beta
diff src/glyphs-widget.c @ 1913:7473844a83d3
[xemacs-hg @ 2004-02-17 15:20:41 by james]
Check in_display instead of passing fallible in_redisplay parameters.
author | james |
---|---|
date | Tue, 17 Feb 2004 15:20:57 +0000 |
parents | b531bf8658e9 |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/src/glyphs-widget.c Mon Feb 16 22:51:09 2004 +0000 +++ b/src/glyphs-widget.c Tue Feb 17 15:20:57 2004 +0000 @@ -1017,7 +1017,7 @@ XCDR (IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (ii))) { if (gui_item_equal_sans_selected (XCAR (rest), - XCAR (pending_rest), 0, 1)) + XCAR (pending_rest), 0)) { found = 1; break;