--- pirut.py~ 2007-09-17 10:12:34.000000000 -0400 +++ pirut.py 2007-09-17 10:13:26.000000000 -0400 @@ -171,6 +171,7 @@ t = t.strip() else: t = "" + t_list = t.split(" ") fields = ['name', 'summary', 'description'] plist.clear() @@ -183,7 +184,7 @@ _runGtkMain() found = False - for (po, res) in self.searchGenerator(fields, [t]): + for (po, res) in self.searchGenerator(fields, t_list): _runGtkMain() if not self.searching: found = True # well, not found... but we asked to stop