Skip to content

datetime: Fix changing time clicking the buttons

Since the CcTimeEntry is now derived from a GtkWidget, changing the time the way it did in gtk3 no longer works. Fix it by setting the time on change and apply instead of emitting signals.

Merge request reports