diff src/glyphs-x.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 543769b89fed
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/glyphs-x.c	Mon Feb 16 22:51:09 2004 +0000
+++ b/src/glyphs-x.c	Tue Feb 17 15:20:57 2004 +0000
@@ -2698,7 +2698,7 @@
 
 	  LIST_LOOP (rest, XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)))
 	    {
-	      if (gui_item_equal_sans_selected (XCAR (rest), selected, 0, 1))
+	      if (gui_item_equal_sans_selected (XCAR (rest), selected, 0))
 		{
 		  /* There may be an encapsulated way of doing this,
 		     but I couldn't find it. */