Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread David Seikel
On Wed, 29 Feb 2012 19:55:38 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 29 Feb 2012 17:56:57 +0900 Daniel Juyung Seo > said: > > you can see that my fingers are trained to just write "width" no > matter what is actually meant to be written. i've been doing graphics > for too long -

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread Jihoon Kim
; > To: "Enlightenment developer list"& > lt;enlightenment-devel@lists.sourceforge.net > > Cc: > Sent: 12-02-29(수) 19:55:38 > Subject: Re: [E-devel] elm_win.c.patch function name typo > On Wed, 29 Feb 2012 17:56:57 +0900 Daniel Juyung Seo & > lt;seojuyu...@gmail.c

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread ChunEon Park
12-02-29(수) 19:55:38 Subject: Re: [E-devel] elm_win.c.patch function name typo On Wed, 29 Feb 2012 17:56:57 +0900 Daniel Juyung Seo <seojuyu...@gmail.com> said: you can see that my fingers are trained to just write "width" no matter what is actually meant to be written. i've been do

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread The Rasterman
On Wed, 29 Feb 2012 17:56:57 +0900 Daniel Juyung Seo said: you can see that my fingers are trained to just write "width" no matter what is actually meant to be written. i've been doing graphics for too long - my fingers have a mind of their own. > Thanks! In SVN! > spank raster :) > > Daniel Ju

Re: [E-devel] elm_win.c.patch function name typo

2012-02-29 Thread Daniel Juyung Seo
Thanks! In SVN! spank raster :) Daniel Juyung Seo (SeoZ) On Wed, Feb 29, 2012 at 5:10 PM, J??r??my Zurcher wrote: > elm_win_widthdrawn_get -> elm_win_withdrawn_get > > Jeremy > > > -- > Virtualization & Cloud Management

[E-devel] elm_win.c.patch function name typo

2012-02-29 Thread J??r??my Zurcher
elm_win_widthdrawn_get -> elm_win_withdrawn_get Jeremy --- elm_win.c.orig 2012-02-29 09:07:02.447900339 +0100 +++ elm_win.c 2012-02-29 09:08:07.007900059 +0100 @@ -2393,7 +2393,7 @@ } EAPI Eina_Bool -elm_win_widthdrawn_get(const Evas_Object *obj) +elm_win_withdrawn_get(const Evas_Object