Comment 6 for bug 636004

Revision history for this message
Kiwinote (kiwinote) wrote :

Hi. I see that on irc there was a slight discussion as to what was causing this. The specific issue that is causing the wrong title/subtitle in the appdetailsview and for the addons is the change to softwarecenter/db/database.py at http://bazaar.launchpad.net/~software-store-developers/software-center/trunk/revision/1154 . The revision caused get_appname() to return an appname even when there is no appname. The code in softwarecenter/db/application.py relies on get_appname returning None when there is no appname. I have fixed get_appname() to return None in my branch, which will restore the correct title/subtitle and addon names in the appdetails view.

The issue with the wrong name in the navigation bar was there before the revision mentioned above and is still present after the change I've just made. Cheers.