Should it be fixed? If then, the title visible states would be corrupted. 
I intended to recover the title visible state for all pages.
------------------------------------
-Regards, Hermet-
 
-----Original Message-----
From: "Enlightenment SVN"<no-re...@enlightenment.org> 
To: enlightenment-...@lists.sourceforge.net
Cc: 
Sent: 12-02-24(금) 22:04:37
Subject: E SVN: raster trunk/elementary/src/lib
Log:
fix naviframe theme hook.
 
 
Author: raster
Date: 2012-02-24 05:04:37 -0800 (Fri, 24 Feb 2012)
New Revision: 68413
Trac: http://trac.enlightenment.org/e/changeset/68413
Modified:
 trunk/elementary/src/lib/elc_naviframe.c 
Modified: trunk/elementary/src/lib/elc_naviframe.c
===================================================================
--- trunk/elementary/src/lib/elc_naviframe.c 2012-02-24 12:46:18 UTC (rev 68412)
+++ trunk/elementary/src/lib/elc_naviframe.c 2012-02-24 13:04:37 UTC (rev 68413)
@@ -217,8 +217,9 @@
 EINA_INLIST_FOREACH(wd->stack, it)
 {
 _item_style_set(it, it->style);
- _item_title_visible_update(it);
 }
+ if (it)
+ _item_title_visible_update(it);
 }
 
 static void _emit_hook(Evas_Object *obj,
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-svn mailing list
enlightenment-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to