Always a pleasure, Big Brother!

On 05/10/2013 03:37 PM, Mike Blumenkrantz - Enlightenment Git wrote:
> discomfitor pushed a commit to branch master.
>
> commit 7a3b9978a7d4348e4b54868b7a34d8d926f03f7d
> Author: Mike Blumenkrantz <m.blumenk...@samsung.com>
> Date:   Fri May 10 13:37:30 2013 +0100
>
>      if you see some blatantly wrong old code below the #ifdef block you're 
> working on, fix it ffs!
>      
>      I'M LOOKING AT YOU, JACKDANIELZ
> ---
>   src/lib/elm_thumb.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/elm_thumb.c b/src/lib/elm_thumb.c
> index f449330..b664e4b 100644
> --- a/src/lib/elm_thumb.c
> +++ b/src/lib/elm_thumb.c
> @@ -595,7 +595,7 @@ _elm_thumb_smart_add(Eo *obj, void *_pd EINA_UNUSED, 
> va_list *list EINA_UNUSED)
>      evas_object_event_callback_add
>        (obj, EVAS_CALLBACK_MOUSE_UP, _mouse_up_cb, obj);
>   #else
> -   (void) priv;
> +   (void) obj;
>   #endif
>   
>      elm_widget_can_focus_set(obj, EINA_FALSE);
>


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to