defer all module error dialogs
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 22 Oct 2015 18:14:20 +0000 (14:14 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 22 Oct 2015 18:14:20 +0000 (14:14 -0400)
commit14a9318ff9562988f83d351e75c6cc97b83333e8
tree5bfc3b41f87d6e40125bad3df996977a097a9475
parent18484e7eee720b65b1c99d7d80f4dd1ac7fa56bd
defer all module error dialogs

due to the (current) synchronous creation of wayland surfaces in efl,
creating these dialogs during startup will result in a crash. the only
way to prevent this and still display the dialogs is to wait a bit and
show the dialogs after init has completed
src/bin/e_module.c