GNOME Bugzilla – Bug 779255
general: fix empty view
Last modified: 2017-02-27 14:48:32 UTC
The empty view is rarely built, so some changes have broken it. Since the binary split, the tests don’t link, because the sources were being added to the nautilus binary, instead of libnautilus. Some incompatible code changes were made as well. This commit fixes the issues, causing failing builds and enables building the empty view with Meson as well.
Created attachment 346755 [details] [review] general: fix empty view
Review of attachment 346755 [details] [review]: As we said on IRC... I think we should remove the empty view, so rejecting :(
Created attachment 346819 [details] [review] general: remove empty view Since testing is planned to be done with actual views and no one has built Nautilus with the empty view enabled recently, it is safe to say that it should go. This commit removes the empty view.
Review of attachment 346819 [details] [review]: yeah, LGTM
Attachment 346819 [details] pushed as ec92b8a - general: remove empty view