diff src/frame.c @ 88:821dec489c24 r20-0

Import from CVS: tag r20-0
author cvs
date Mon, 13 Aug 2007 09:09:59 +0200
parents 131b0175ea99
children dbb370e3c29e
line wrap: on
line diff
--- a/src/frame.c	Mon Aug 13 09:09:05 2007 +0200
+++ b/src/frame.c	Mon Aug 13 09:09:59 2007 +0200
@@ -903,7 +903,7 @@
   if (NILP (type))
     type = Qnomini;
   if (ZEROP (type))
-    type = Qiconic;
+    type = Qvisible_iconic;
 
   if (EQ (type, Qvisible))
     return FRAME_VISIBLE_P (f);