Fix crasher bug by initializing elementary 16/2816/1
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 6 Mar 2013 23:12:35 +0000 (15:12 -0800)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 6 Mar 2013 23:22:12 +0000 (15:22 -0800)
commitb55a96b30c51508a059bd8cd2ab013beaa9ceca1
treeb4fe43fdc321e7593975f76ff5c9b50116976293
parentc9706c5742933798d11052a0ac60e61eb04c5fed
Fix crasher bug by initializing elementary

After updating webkit-efl, this app started to segfault in
elm_config_mirrored_get().  By calling elm_init() at the start
of the app then we no longer see this crash.
Makefile
packaging/webskeleton.spec
webskeleton.c