rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=00a3f75e88886ad0f519ada5b84baa86bac8c640

commit 00a3f75e88886ad0f519ada5b84baa86bac8c640
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Thu Jul 16 14:46:40 2015 +0300

    Live_view: update theme regardless the style content
    
    Remove check for empty style.
---
 src/bin/ui/live_view/live_view.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/bin/ui/live_view/live_view.c b/src/bin/ui/live_view/live_view.c
index fa827ca..8ab3d92 100644
--- a/src/bin/ui/live_view/live_view.c
+++ b/src/bin/ui/live_view/live_view.c
@@ -217,13 +217,6 @@ live_view_theme_update(Live_View *live, Project *project)
    else
 #endif /* HAVE_ENVENTOR */
      path = eina_stringshare_add(project->dev);
-   if ((!project->current_style) || (!project->current_style->parts))
-     {
-        WARN("Could'nt apply the empty style to live view.");
-        live_view_widget_style_unset(live);
-        eina_stringshare_del(path);
-        return false;
-     }
 
    if (project->current_style->__type == LAYOUT)
      {

-- 


Reply via email to