app-manager/setup.c
changeset 96 d2d88f14283e
parent 24 2b9f54d14cc2
child 98 71127797ca73
     1.1 --- a/app-manager/setup.c	Sat Nov 15 19:04:45 2014 +0000
     1.2 +++ b/app-manager/setup.c	Wed Jul 15 11:54:06 2020 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (C) 2014  J. Ali Harlow <ali@juiblex.co.uk>
     1.6 + * Copyright (C) 2014, 2016  J. Ali Harlow <ali@juiblex.co.uk>
     1.7   *
     1.8   * This program is free software; you can redistribute it and/or modify
     1.9   * it under the terms of the GNU General Public License as published by
    1.10 @@ -29,7 +29,7 @@
    1.11  #include <plover-gtk/transactionhelper.h>
    1.12  #include "app-manager.h"
    1.13  
    1.14 -gboolean setup(PloverPackageSet *installed,const char *base)
    1.15 +gboolean setup(const char *base)
    1.16  {
    1.17      gchar *s;
    1.18      const char *prefix;
    1.19 @@ -38,7 +38,6 @@
    1.20      if (!helper)
    1.21      {
    1.22  	helper=plover_transaction_helper_new(ui);
    1.23 -	plover_transaction_helper_set_installed(helper,installed);
    1.24  	plover_transaction_helper_set_base(helper,base);
    1.25  	prefix=plover_transaction_helper_get_prefix(helper,&error);
    1.26  	if (error)