Mercurial > hgweb > health-hmis-client
changeset 23:3325a7f4e4ed
Fix bug #62026: ERROR:gnuhealth.common.common:Unknown icon tryton-forward
| author | Luis Falcon <falcon@gnuhealth.org> |
|---|---|
| date | Mon, 14 Feb 2022 12:00:10 +0000 |
| parents | 6460588549d6 |
| children | 564639f2b4a8 |
| files | gnuhealth/common/common.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gnuhealth/common/common.py +++ b/gnuhealth/common/common.py @@ -121,7 +121,7 @@ colors = CONFIG['icon.colors'].split(',') cls.register_icon(iconname) if iconname in ("tryton-open", "tryton-launch", "tryton-cancel", - "tryton-ok", "tryton-go-next", "tryton-info"): + "tryton-ok", "tryton-go-next", "tryton-info", "tryton-forward"): iconname = iconname.replace("tryton","gnuhealth") if iconname not in cls._pixbufs[(size, badge)]: if iconname in cls._icons:
