From 9e3df8be3be7d54b5a93ec780c1d8444b0ac1cde Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Sat, 3 Sep 2022 10:18:53 +0200 Subject: [PATCH] Remove BREAKING CHANGE notification in calendar onchange --- crates/eww/src/widgets/widget_definitions.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/eww/src/widgets/widget_definitions.rs b/crates/eww/src/widgets/widget_definitions.rs index 3ec63cd..0e859e5 100644 --- a/crates/eww/src/widgets/widget_definitions.rs +++ b/crates/eww/src/widgets/widget_definitions.rs @@ -933,7 +933,6 @@ fn build_gtk_calendar(bargs: &mut BuilderArgs) -> Result { // @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,