From: cnook <kimcinoo@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 11:48:31 +0000 (11:48 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 11:48:31 +0000 (11:48 +0000)
commita31ec288fceb627bded9f9d8b958ae96dda955bb
tree03245e1151c7932758292d6aaa9bdd248cec812c
parent3d28d8c77f1f49123ca7579c5b599db7c18116a3
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a
crash with NULL

Have ever try to call elm_win_title_set(win, NULL)? Then try... :-] It
makes "Segmentation Fault".
Yeah, we can add patch in the Ecore side, but we can prevent the
segmentation fault before go inside.
Please check the patch and give any feedbacks. Thanks a lot.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68154 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_win.c