Hi,
This means finally I can send Govi's segment_control patch to ML.
I'll send that patch tomorrow at work :)
Thanks!
Daniel Juyung Seo (SeoZ)
On Sun, Feb 20, 2011 at 12:39 AM, Carsten Haitzler wrote:
> On Mon, 14 Feb 2011 17:09:01 +0900 Hyoyoung Chang
> said:
>
> thanks! in svn it is!
>
>> De
On Mon, 14 Feb 2011 17:09:01 +0900 Hyoyoung Chang
said:
thanks! in svn it is!
> Dear Elementary developers.
>
> It's a elm_label bugfix.
> It has two small improvements.
> 1. Current code can be reference null ptr.
>
> - replocater = curlocater + key_len + 1;
> -
Dear Elementary developers.
It's a elm_label bugfix.
It has two small improvements.
1. Current code can be reference null ptr.
- replocater = curlocater + key_len + 1;
- while ((*replocater != '=') && (replocater))