From 61c2379fb50ab83ed186ad8826f62c63ae7e888e Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 16 Jan 2013 19:20:52 +0000 Subject: Use entry-cancel instead of dialog-cancel, follow up of f95ed83c Signed-off-by: Manuel QuiƱones --- 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: -- cgit v0.9.1