dropped solaar-mask unused icon

This commit is contained in:
Daniel Pavel 2013-06-02 01:11:32 +02:00
parent 149758ccab
commit 465fea8a16
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def _look_for_application_icons():
for location in share_solaar:
if _log.isEnabledFor(_DEBUG):
_log.debug("looking for icons in %s", location)
solaar_png = _path.join(location, 'icons', 'solaar-mask.png')
solaar_png = _path.join(location, 'icons', 'solaar-logo.png')
if _path.exists(solaar_png):
_os.environ['XDG_DATA_DIRS'] = location + ':' + data_dirs
_log.info("XDG_DATA_DIRS = %s", _os.environ['XDG_DATA_DIRS'])

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B