remove a bookmark in the source

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-04-04 14:16:39 +02:00
parent 135af10a5e
commit a8ba7cb7b5

View file

@ -509,7 +509,7 @@ class Ponysay():
ponies = {}
for ponydir in ponydirs:
for pony in Metadata.restrictedPonies(ponydir, logic):
if (pony in oldponies) and not (pony in ponies): # XXX and (pony not in passed)
if (pony in oldponies) and not (pony in ponies):
ponies[pony] = ponydir + pony + '.pony'
if len(ponies) > 0:
oldponies = ponies