[src/lib/elm_button.c] Commented the callback emission for "unpressed" from "clicked...
authorRajeev Ranjan <rajeev.r@samsung.com>
Thu, 2 Sep 2010 12:07:15 +0000 (21:07 +0900)
committerRajeev Ranjan <rajeev.r@samsung.com>
Thu, 2 Sep 2010 12:07:15 +0000 (21:07 +0900)
src/lib/elm_button.c

index 70063c6..9e57265 100644 (file)
@@ -210,7 +210,9 @@ _signal_clicked(void *data, Evas_Object *obj, const char *emission, const char *
      }
    wd->repeating = EINA_FALSE;
    evas_object_smart_callback_call(data, SIG_CLICKED, NULL);
+#if 0
    _signal_unpressed(data, obj, emission, source); /* safe guard when the theme does not emit the 'unpress' signal */
+#endif
 }
 
 static int