move maximize_done client smart callback to the end of maximize

This commit is contained in:
Mike Blumenkrantz 2014-02-12 19:49:58 -05:00
parent 0d2945149a
commit 82faa72a45
1 changed files with 1 additions and 1 deletions

View File

@ -1549,7 +1549,6 @@ _e_client_maximize(E_Client *ec, E_Maximize max)
}
break;
}
evas_object_smart_callback_call(ec->frame, "maximize_done", NULL);
}
////////////////////////////////////////////////
@ -3352,6 +3351,7 @@ e_client_maximize(E_Client *ec, E_Maximize max)
e_hints_window_maximized_set(ec, ec->maximized & E_MAXIMIZE_HORIZONTAL,
ec->maximized & E_MAXIMIZE_VERTICAL);
e_remember_update(ec);
evas_object_smart_callback_call(ec->frame, "maximize_done", NULL);
}
EAPI void