Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 19f2b21..7433bea 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -422,7 +422,7 @@ class PrimaryToolbar(ToolbarBase):
def __focus_in_event_cb(self, entry, event):
if not self._tabbed_view.is_current_page_pdf():
self.entry.set_icon_from_name(iconentry.ICON_ENTRY_SECONDARY,
- 'dialog-cancel')
+ 'entry-cancel')
def __focus_out_event_cb(self, entry, event):
if self._loading: