diff -r 2b9f54d14cc2 -r c2dbb86da017 app-manager/setup.c --- a/app-manager/setup.c Sat Nov 15 19:04:45 2014 +0000 +++ b/app-manager/setup.c Fri Jun 08 20:13:00 2018 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 J. Ali Harlow + * Copyright (C) 2014, 2016 J. Ali Harlow * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ #include #include "app-manager.h" -gboolean setup(PloverPackageSet *installed,const char *base) +gboolean setup(const char *base) { gchar *s; const char *prefix; @@ -38,7 +38,6 @@ if (!helper) { helper=plover_transaction_helper_new(ui); - plover_transaction_helper_set_installed(helper,installed); plover_transaction_helper_set_base(helper,base); prefix=plover_transaction_helper_get_prefix(helper,&error); if (error)