diff --git a/gui/chrome_tabs.py b/gui/chrome_tabs.py index 603c14b9a..66a3b7855 100644 --- a/gui/chrome_tabs.py +++ b/gui/chrome_tabs.py @@ -297,7 +297,7 @@ class ChromeNotebook(wx.Panel): def SetPageIcon(self, i, icon, refresh=True): tab = self.tabs_container.tabs[i] - tab.tabImg = icon + tab.tab_img = icon if refresh: self.tabs_container.AdjustTabsSize() self.Refresh()