OMG, OoOpps 
nice catch mate 

dh 

----- Original Message ----- 
From: "Enlightenment SVN" <no-re...@enlightenment.org> 
To: enlightenment-...@lists.sourceforge.net 
Sent: Friday, January 8, 2010 9:56:20 PM GMT -05:00 US/Canada Eastern 
Subject: E SVN: raster trunk/e/src/modules/illume2 

Log: 
fix seg! 


Author: raster 
Date: 2010-01-08 18:56:20 -0800 (Fri, 08 Jan 2010) 
New Revision: 45001 

Modified: 
trunk/e/src/modules/illume2/e_mod_border.c 

Modified: trunk/e/src/modules/illume2/e_mod_border.c 
=================================================================== 
--- trunk/e/src/modules/illume2/e_mod_border.c 2010-01-09 02:45:50 UTC (rev 
45000) 
+++ trunk/e/src/modules/illume2/e_mod_border.c 2010-01-09 02:56:20 UTC (rev 
45001) 
@@ -173,14 +173,16 @@ 
EAPI int 
e_illume_border_is_conformant(E_Border *bd) 
{ 
- if (strstr(bd->client.icccm.class, "config")) return EINA_FALSE; 
+ if ((bd->client.icccm.class) && 
+ (strstr(bd->client.icccm.class, "config"))) return EINA_FALSE; 
return bd->client.illume.conformant.conformant; 
} 

EAPI int 
e_illume_border_is_quickpanel(E_Border *bd) 
{ 
- if (strstr(bd->client.icccm.class, "config")) return EINA_FALSE; 
+ if ((bd->client.icccm.class) && 
+ (strstr(bd->client.icccm.class, "config"))) return EINA_FALSE; 
return bd->client.illume.quickpanel.quickpanel; 
// return ecore_x_e_illume_quickpanel_get(bd->client.win); 
} 


------------------------------------------------------------------------------ 
This SF.Net email is sponsored by the Verizon Developer Community 
Take advantage of Verizon's best-in-class app development support 
A streamlined, 14 day to market process makes app distribution fast and easy 
Join now and get one step closer to millions of Verizon customers 
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________ 
enlightenment-svn mailing list 
enlightenment-...@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn 
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to