Skip to content

Commit

Permalink
Fix issue #168
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Oct 6, 2020
1 parent 9c62266 commit acaa41e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
2020-XX-YY v. 2.1.t
---------------------
- Fix issue #168
- Managed line feed into descriptions see https://bugs.mageia.org/show_bug.cgi?id=27274
- Added an user preference to consider upgrades as updates (issue #163)

Expand Down
2 changes: 2 additions & 0 deletions dnfdragora/updater.py
Expand Up @@ -94,6 +94,8 @@ def __init__(self, options={}):
logger.error("Cannot open theme icon using default one %s"%(icon_path))
self.__icon = Image.open(icon_path)

# resetting icon_path to default value
icon_path = '/usr/share/dnfdragora/images/'
if 'icon-path' in options.keys() :
icon_path = options['icon-path']
if icon_path.endswith('/'):
Expand Down

0 comments on commit acaa41e

Please sign in to comment.