Skip to content

pathbar: show webdav directories

Alberts Muktupāvels requested to merge wip/muktupavels/webdav-gtk2 into gtk-2-24

Currently pathbar is not updated for webdav directories and shows previous non-webdav location pathbar. The problem seems to be fact that last(?) parent is not local file in which case g_file_query_info_async returns "The specified location is not mounted" error.

Merge request reports