From e98ce20b0d8c74469b2468c49375e9e7be4ffdca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Feb 2011 16:00:29 -0700 Subject: [PATCH] ... --- src/calibre/gui2/actions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/__init__.py b/src/calibre/gui2/actions/__init__.py index 8801777953..8563956b28 100644 --- a/src/calibre/gui2/actions/__init__.py +++ b/src/calibre/gui2/actions/__init__.py @@ -27,7 +27,7 @@ class InterfaceAction(QObject): If two :class:`InterfaceAction` objects have the same name, the one with higher priority takes precedence. - Sub-classes should implement the :meth:`genesis`, :meth:`library_moved`, + Sub-classes should implement the :meth:`genesis`, :meth:`library_changed`, :meth:`location_selected` :meth:`shutting_down` and :meth:`initialization_complete` methods.