From: cnook <kimcinoo@gmail.com>
authorcnook <kimcinoo@gmail.com>
Mon, 20 Feb 2012 11:48:31 +0000 (11:48 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 20 Feb 2012 11:48:31 +0000 (11:48 +0000)
commit83a37709b32a137190a143ddcd9a196a76cb9f1b
tree03245e1151c7932758292d6aaa9bdd248cec812c
parentf91fb0dfd0e8409085d297ec432b836255b6220a
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.

SVN revision: 68154
src/lib/elm_win.c