Skip to content

goabackend: fix defunct call to GtkDropDown method

Andy Holmes requested to merge wip/andyholmes/imap-fixes into master

We no longer return a GtkDropDown, and in fact only guarantee an object with the property "active-id". Use g_object_set() instead.

Merge request reports