Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:


dont segv if u cant manage the screen :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- e_main.c    3 Jun 2005 16:59:34 -0000       1.91
+++ e_main.c    6 Jun 2005 03:00:09 -0000       1.92
@@ -648,9 +648,12 @@
        E_Container *con;
        
        man = e_manager_new(roots[i]);
-       man->num = i;
        e_init_show();
-       if (man) e_manager_show(man);
+       if (man)
+         {
+            man->num = i;
+            e_manager_show(man);
+         }
        else
          {
             e_error_message_show("Cannot create manager object for screen 
%i\n", 




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to