Comment 3 for bug 704719

Revision history for this message
Alex Eftimie (alexeftimie) wrote :

Hi, the problem is that in NavigationItem.navigate_to, line 148, a call to available_pane.app_details_view.show_app(self.current_app) is made, and a current_app for applist view exists.

 I attached a patch fixing this by setting current_app to None if the current view in AvailablePane is PAGE_APPLIST.

What do you think?