[E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread cnook
Dear All, 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. Sincerely, Shinwoo Kim.

Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread The Rasterman
On Mon, 20 Feb 2012 17:39:38 +0900 cnook kimci...@gmail.com said: Dear All, 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

Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread ChunEon Park
: cnooklt;kimci...@gmail.comgt; Sent: 12-02-20(월) 20:48:31 Subject: Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL On Mon, 20 Feb 2012 17:39:38 +0900 cnook lt;kimci...@gmail.comgt; said: Dear All, Have ever try to call elm_win_title_set(win, NULL)? Then try

Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread The Rasterman
, Hermet- -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: cnooklt;kimci...@gmail.comgt; Sent: 12-02-20(월) 20:48:31 Subject: Re: [E-devel] [Patch][elm_win] elm_win_title_set(); can make