Changeset 5674 for lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/infoManager.py
- Timestamp:
- Aug 8, 2017, 1:26:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/infoManager.py
r5591 r5674 64 64 if app.get_id(): 65 65 appInfo['id']=app.get_id() 66 if not appInfo['id'].endswith('desktop'): 67 appInfo['id']+='.desktop' 66 68 for localeItem in self.locale: 67 69 if app.get_name(localeItem):
Note: See TracChangeset
for help on using the changeset viewer.