[src/lib/elm_button.c] Fix for focus text updation.
authorRajeev Ranjan <rajeev.r@samsung.com>
Tue, 26 Oct 2010 07:11:41 +0000 (12:41 +0530)
committerRajeev Ranjan <rajeev.r@samsung.com>
Tue, 26 Oct 2010 07:11:41 +0000 (12:41 +0530)
src/lib/elm_button.c

index aca6068..7371a45 100644 (file)
@@ -87,10 +87,10 @@ _on_focus_hook(void *data __UNUSED__, Evas_Object *obj)
      {
        if (wd->statelabel[DEFAULT])
          _set_label(obj, wd->statelabel[DEFAULT]);
-//#if 0
+#if 0
        else
          _set_label(obj, wd->label);
-//#endif
+#endif
        edje_object_signal_emit(wd->btn, "elm,action,unfocus", "elm");
        evas_object_focus_set(wd->btn, EINA_FALSE);
      }