seoz pushed a commit to branch master.

commit 920af0187a3581cb3e6ff722e20732e8f047a5b5
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu May 23 17:27:09 2013 +0900

    elm_colorselector.c: fixed my mistake :(
---
 src/lib/elm_colorselector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_colorselector.c b/src/lib/elm_colorselector.c
index 5d9bed9..aec645b 100644
--- a/src/lib/elm_colorselector.c
+++ b/src/lib/elm_colorselector.c
@@ -1734,9 +1734,9 @@ _elm_colorselector_smart_event(Eo *obj, void *_pd, 
va_list *list)
         elm_object_signal_emit(VIEW(item), "elm,anim,activate", "elm");
         elm_colorselector_color_set
           (WIDGET(item), item->color->r, item->color->g, item->color->b,
+          item->color->a);
         evas_object_smart_callback_call
           (WIDGET(item), SIG_COLOR_ITEM_SELECTED, item);
-          item->color->a);
         sd->selected = cl;
      }
    else if (!cl && sd->focused == ELM_COLORSELECTOR_PALETTE)

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to