fix menu race condition crash related to screen edges
authorMike Blumenkrantz <zmike@samsung.com>
Sun, 1 Dec 2013 16:30:43 +0000 (11:30 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Sun, 1 Dec 2013 16:32:11 +0000 (11:32 -0500)
commitb3bc99d1b2cb91e36c1740ee88aa2f60fd8bece7
treef9add10535428040d284e43f5c759be3ce9669bd
parent63f9ddcbb0407af5c56b5974cc917cb6cc392bdb
fix menu race condition crash related to screen edges

previously, this conditional would be called on most new submenus, even if the submenu's parent item was the previous item and its menu hadn't been set yet. hours of small mouse movements revealed that this should never be called when the parent item has not yet been set
src/bin/e_menu.c