Skip to content

Commit

Permalink
fixed: PackageManager restarts when removing package
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Mar 19, 2024
1 parent 2cd23d5 commit 5c2ef15
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions PackageManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1739,8 +1739,6 @@ def AddPackage ( cls, packageName=None, gitHubUser=None, gitHubBranch=None, sour

@classmethod
def RemovePackage (cls, packageName=None, packageIndex=None ):
DbusIf.LOCK () #### TODO:
DbusIf.LOCK ()
# packageName specified so this is a call from the GUI
if packageName != None:
guiRequestedRemove = True
Expand Down
2 changes: 1 addition & 1 deletion blindInstall/SetupHelperVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.3
v7.5
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v7.5:
fixed: PackageManager restarts when removing package

v7.4:
version bump -- HelperResources version was not updated in v7.3

Expand Down
Binary file added venus-data-UninstallPackages.tgz
Binary file not shown.
Binary file added venus-data.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.4
v7.5

0 comments on commit 5c2ef15

Please sign in to comment.