diff options
author | Richard Hughes <richard@hughsie.com> | 2007-08-27 18:40:05 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-08-27 18:40:05 +0100 |
commit | 8e26a4ab0b46375e3559ab3b4f4defcb3af0fbd7 (patch) | |
tree | d9852ef8c9fcb6b49e007cf08f360b9597308fcb /client | |
parent | 0e6b096c321833f339200ff50cd81bdd5abc8039 (diff) |
Rename FindPackages to SearchName
Diffstat (limited to 'client')
-rw-r--r-- | client/pk-console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pk-console.c b/client/pk-console.c index 20ee4897..19993db8 100644 --- a/client/pk-console.c +++ b/client/pk-console.c @@ -142,7 +142,7 @@ pk_console_parse_multiple_commands (PkTaskClient *tclient, GPtrArray *array) pk_console_usage ("you need to specify a search term"); } else { pk_task_client_set_sync (tclient, TRUE); - pk_task_client_find_packages (tclient, value, 0, TRUE, TRUE); + pk_task_client_search_name (tclient, value, 0, TRUE, TRUE); remove_two = TRUE; } } else if (strcmp (mode, "install") == 0) { |