From 98105652b0e02d9c633a5e61ced64e30adb70cde Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 17 Feb 2009 01:09:31 +0100 Subject: First part of fixing the search --- portato/gui/windows/main.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'portato/gui/windows/main.py') diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 19fa35f..87a13dc 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1616,9 +1616,6 @@ class MainWindow (Window): """Do a search.""" text = entry.get_text() if text != "": - if "/" not in text: - text = "/.*"+text # only look for package names - packages = system.find_packages(text, with_version = False) if packages == []: -- cgit v1.2.3-54-g00ecf