hermet pushed a commit to branch master.

commit dcc392cb9e2a0baa738804de0c1ffb66b3d7b472
Author: ChunEon Park <[email protected]>
Date:   Sat Aug 10 13:58:17 2013 +0900

    elementary/naviframe - update only theme changed views
---
 src/lib/elc_naviframe.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index 0e28e38..3079d26 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -329,9 +329,11 @@ _elm_naviframe_smart_theme(Eo *obj, void *_pd, va_list 
*list)
      {
         eo_do(VIEW(it), elm_wdg_style_get(&sstyle));
         if ((style && sstyle) && strcmp(style, sstyle))
-          _item_style_set(it, it->style);
-        _item_signals_emit(it);
-        _item_title_visible_update(it);
+          {
+             _item_style_set(it, it->style);
+             _item_signals_emit(it);
+             _item_title_visible_update(it);
+          }
      }
 
    elm_layout_sizing_eval(obj);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to