summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_calendar.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_calendar.eo')
-rw-r--r--src/lib/elementary/efl_ui_calendar.eo3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_calendar.eo b/src/lib/elementary/efl_ui_calendar.eo
index 888319d382..586535f500 100644
--- a/src/lib/elementary/efl_ui_calendar.eo
+++ b/src/lib/elementary/efl_ui_calendar.eo
@@ -111,8 +111,7 @@ class @beta Efl.Ui.Calendar extends Efl.Ui.Layout_Base implements Efl.Ui.Focus.C
Efl.Ui.Focus.Object.on_focus_update;
Efl.Ui.Widget.widget_input_event_handler;
Efl.Access.Widget.Action.elm_actions { get; }
- Efl.Ui.Format.format_cb { set; }
- Efl.Ui.Format.format_string { set; get;}
+ Efl.Ui.Format.apply_formatted_value;
}
events {
changed: void; [[Emitted when the selected date in the calendar is changed]]