diff -r 1358e9d67a1c -r 88261c96484b eric6/WebBrowser/History/HistoryTreeModel.py --- a/eric6/WebBrowser/History/HistoryTreeModel.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/WebBrowser/History/HistoryTreeModel.py Sun Apr 12 19:07:49 2020 +0200 @@ -71,7 +71,7 @@ elif role == Qt.DecorationRole: if index.column() == 0 and not index.parent().isValid(): - return UI.PixmapCache.getIcon("history.png") + return UI.PixmapCache.getIcon("history") elif role == HistoryModel.DateRole: if index.column() == 0 and index.internalId() == 0: