deleted? Anyway ~ I added them becasue they were there :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67684
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
static void
_signal_entry_copy_notify(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__)
{
static void
_signal_entry_copy_notify(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__)
{
+ evas_object_smart_callback_call(data, SIG_SELECTION_COPY, NULL);
_copy(data, NULL, NULL);
}
static void
_signal_entry_cut_notify(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__)
{
_copy(data, NULL, NULL);
}
static void
_signal_entry_cut_notify(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__)
{
+ evas_object_smart_callback_call(data, SIG_SELECTION_CUT, NULL);
_cut(data, NULL, NULL);
}
_cut(data, NULL, NULL);
}