This commit is contained in:
Charles Haley 2013-04-15 14:57:28 +02:00
parent f4e3653739
commit e585939ed3

View File

@ -192,7 +192,7 @@ class CreateVirtualLibrary(QDialog): # {{{
if search_name.startswith('='):
search_name = search_name[1:]
if search_name in saved_searches().names():
searches.append(search_name + ':' +
searches.append(search_name + '=' +
saved_searches().lookup(search_name))
else:
txt = ''