last fixes for next release
This commit is contained in:
@@ -185,7 +185,7 @@ class PacmanConfig(object):
|
||||
return("PacmanConfig(options=%s, repos=%s)" % (str(self.options), str(self.repos)))
|
||||
|
||||
pacman_conf = PacmanConfig(conf = "/etc/pacman.conf")
|
||||
handle = pacman_conf.initialize_alpm()
|
||||
handle = pacman_conf.initialize_alpm
|
||||
holdpkg = []
|
||||
syncfirst = []
|
||||
if 'HoldPkg' in pacman_conf.options:
|
||||
|
@@ -680,7 +680,7 @@ class Handler:
|
||||
|
||||
def on_Manager_RefreshButton_clicked(self, *arg):
|
||||
do_refresh()
|
||||
set_packages_list()
|
||||
#set_packages_list()
|
||||
|
||||
def on_TransCancelButton_clicked(self, *arg):
|
||||
global transaction_type
|
||||
|
Reference in New Issue
Block a user