diff src/frame-x.c @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents ca9a9ec9c1c1
children c42ec1d1cded
line wrap: on
line diff
--- a/src/frame-x.c	Mon Aug 13 10:30:38 2007 +0200
+++ b/src/frame-x.c	Mon Aug 13 10:31:29 2007 +0200
@@ -2499,8 +2499,7 @@
        XtUnrealizeWidget() here.  Xt can really suck. */
     if (f->being_deleted)
       XtUnrealizeWidget (w);
-    if (NILP (popup))
-      XtDestroyWidget (w);
+    XtDestroyWidget (w);
     x_error_occurred_p (dpy);
   }
 #else