Re: [E-devel] [PATCH][Elementary] Fix issues discovered by cppcheck

2012-10-03 Thread Daniel Juyung Seo
Oops I was reviewing this (and interrupted by someone else) Thanks for the patch and review :) Daniel Juyung Seo (SeoZ) On Thu, Oct 4, 2012 at 11:50 AM, Cedric BAIL wrote: > Yop, > > On Thu, Oct 4, 2012 at 8:08 AM, Igor Murzov wrote: >> Some more patches here. This time it's five patches for El

Re: [E-devel] [PATCH][Elementary] Fix issues discovered by cppcheck

2012-10-03 Thread Cedric BAIL
Yop, On Thu, Oct 4, 2012 at 8:08 AM, Igor Murzov wrote: > Some more patches here. This time it's five patches for Elementary: > > 01 Removes unused variable. > 02 Fixes bad format strings in *printf() calls. > 03 Simplifies code and removes redundant duplicated code. > 04 Fixes copy&paste

[E-devel] [PATCH][Elementary] Fix issues discovered by cppcheck

2012-10-03 Thread Igor Murzov
Some more patches here. This time it's five patches for Elementary: 01 Removes unused variable. 02 Fixes bad format strings in *printf() calls. 03 Simplifies code and removes redundant duplicated code. 04 Fixes copy&paste error and possible invalid memory access. 05 Require Ecore >= 1.7.