Remove BREAKING CHANGE notification in calendar onchange
This commit is contained in:
parent
bf532e63cc
commit
9e3df8be3b
1 changed files with 0 additions and 1 deletions
|
@ -933,7 +933,6 @@ fn build_gtk_calendar(bargs: &mut BuilderArgs) -> Result<gtk::Calendar> {
|
|||
// @prop timeout - timeout of the command
|
||||
prop(timeout: as_duration = Duration::from_millis(200), onclick: as_string) {
|
||||
connect_signal_handler!(gtk_widget, gtk_widget.connect_day_selected(move |w| {
|
||||
log::warn!("BREAKING CHANGE: The date is now provided via three values, set by the placeholders {{0}}, {{1}} and {{2}}. If you're currently using the onclick date, you will need to change this.");
|
||||
run_command(
|
||||
timeout,
|
||||
&onclick,
|
||||
|
|
Loading…
Add table
Reference in a new issue