rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=2faf2dc185e7a2a2b20903cf535278e01693b56c

commit 2faf2dc185e7a2a2b20903cf535278e01693b56c
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 20 11:24:35 2015 +0300

    Workspace: don't try to unset the groupedit if it missing
    
    Change-Id: Ib49f032c3067cd0d62764a8737d250b9ed06d11e
---
 src/bin/ui/workspace/ui_workspace.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/ui/workspace/ui_workspace.c 
b/src/bin/ui/workspace/ui_workspace.c
index bd1f2f1..ab2f10b 100644
--- a/src/bin/ui/workspace/ui_workspace.c
+++ b/src/bin/ui/workspace/ui_workspace.c
@@ -804,7 +804,8 @@ workspace_highlight_unset(Evas_Object *obj)
    sd->highlight.part = NULL;
    evas_object_hide(sd->highlight.space_hl);
    evas_object_hide(sd->highlight.highlight);
-   groupedit_edit_object_part_select(sd->groupedit, NULL);
+   if (sd->groupedit)
+     groupedit_edit_object_part_select(sd->groupedit, NULL);
 
    evas_object_event_callback_del(sd->highlight.highlight,
                                   EVAS_CALLBACK_MOUSE_MOVE,

-- 


Reply via email to