From d7d96f50266a119ca458fdd90ad51b2e0927f18b Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Sun, 5 Sep 2010 19:08:53 -0400 Subject: [PATCH] slight UI improvement --HG-- branch : pmacs2 --- method/tags.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/method/tags.py b/method/tags.py index 6355205..9921e6c 100644 --- a/method/tags.py +++ b/method/tags.py @@ -63,11 +63,14 @@ class FindTag(TagBase): h='Search for a tag')] def _execute(self, w, **vargs): tag = vargs['tag'] + if not tag: + return + b = w.buffer a = w.application base, m = self._setup(w, vargs) - if base is None: + if not base: return records = m.get(tag)