Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2013-01-16 19:20:52 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2013-01-16 19:21:57 (GMT)
commit61c2379fb50ab83ed186ad8826f62c63ae7e888e (patch)
treec040e5cc855a8cebeadc11788e769ff6590e4bf1
parentf95ed83c3eea358383ffe6052d6bb74422937c7e (diff)
Use entry-cancel instead of dialog-cancel, follow up of f95ed83c
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-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: