Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        session.c 


Log Message:
Fix special case of iconified startup.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/session.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- session.c   25 Apr 2004 18:48:32 -0000      1.65
+++ session.c   26 Apr 2004 13:48:18 -0000      1.66
@@ -398,7 +398,7 @@
 
             matches[i].used = 1;
             ewin->client.already_placed = 1;
-            ewin->iconified = matches[i].iconified;
+            ewin->client.start_iconified = matches[i].iconified;
             ewin->sticky = matches[i].sticky;
             ewin->shaded = matches[i].shaded;
             ewin->layer = matches[i].layer;




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to