[elm_datefield.c] changed callback is called during ctxpopup item selection.
authorsumanth <sumanth.m@samsung.com>
Wed, 3 Aug 2011 09:12:32 +0000 (14:42 +0530)
committersumanth <sumanth.m@samsung.com>
Wed, 3 Aug 2011 10:56:34 +0000 (16:26 +0530)
Change-Id: Ic2acbfa70318262ccc26745d3ef540f4e400b0ff

src/lib/elm_datefield.c

index 24c3a6d..d0e2095 100644 (file)
@@ -342,6 +342,7 @@ _diskselector_cb(void *data, Evas_Object *obj __UNUSED__, void *event_info)
              edje_object_signal_emit(wd->base,"elm,state,min,focus,out", "elm");
              _date_update(data);
           }
+        evas_object_smart_callback_call(data, "changed", NULL);
      }
 }