GNOME Bugzilla – Bug 680001
missing Back button from a collection when previewing a doc
Last modified: 2012-09-12 21:34:13 UTC
When you enter a collection and then preview a file, when you go back from the file preview to the collection, the back button is missing. So you are stuck inside the collection and cannot go back to the main overview anymore.
Created attachment 224077 [details] [review] toolbar: add back button if required when populating I also wrote a separate patch for bug #680000, to allow navigating back in nested collections, but it's based on this patch, because it replaces Global.collectionManager.setActiveItem() by another method to go back in history, so I'll first wait and see if this patch here passes.
Attachment 224077 [details] pushed as f47d4fe - toolbar: add back button if required when populating Thanks for the patch, looks and works great! I pushed a slightly modified version that merges the code you added with the one already existing in _onActiveCollectionChanged().