GNOME Bugzilla – Bug 771565
Calendar name subtitle in event entry not updated on change in event entry dialog
Last modified: 2017-04-17 18:20:40 UTC
When the Calendar selected is changed in event entry dialog, the subtitle of the HeaderBar which shows the name of the Calendar is not updated, it always shows the default calendar name.
Created attachment 336412 [details] [review] edit-dialog: setup the correct label when selecting a calendar Since now we manually manage the headerbar title and subtitle, setting them via GtkHeaderBar API won't have any effect. Fix that by directly setting the subtitle label.
Thanks for the report! Attachment 336412 [details] pushed as a8f4346 - edit-dialog: setup the correct label when selecting a calendar