discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=41c4cded01447c7ff370984b83e8e709e8157206

commit 41c4cded01447c7ff370984b83e8e709e8157206
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Feb 28 14:55:27 2014 -0500

    send unmaximize signal when unfullscreening
    
    fix T1044
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 88c58e6..62a8f5b 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1728,7 +1728,7 @@ _e_comp_smart_cb_unfullscreen(void *data, Evas_Object 
*obj, void *event_info EIN
    if (cw->frame_object)
      {
         _e_comp_object_shadow(cw);
-        e_comp_object_signal_emit(obj, "e,action,maximize,unfullscreen", "e");
+        e_comp_object_signal_emit(obj, "e,action,unmaximize,unfullscreen", 
"e");
         _e_comp_object_frame_recalc(cw);
         evas_object_smart_callback_call(cw->smart_obj, "frame_recalc_done", 
&cw->client_inset);
      }

-- 


Reply via email to