Skip to content

Commit

Permalink
Versione 4.1.8
Browse files Browse the repository at this point in the history
- Corretto bug all'apertura della funzione  Myrepo se non esiste nessun repo personale
  • Loading branch information
astrgl committed Apr 15, 2024
1 parent 4038697 commit d77716b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Title=DnfDrake
Startup=Fmain
Icon=dnfdrake.svg
Version=4.1.7
Version=4.1.8
Component=gb.image
Component=gb.gui
Component=gb.form
Expand Down
2 changes: 1 addition & 1 deletion .src/FABOUT.form
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
MoveScaled(0,0,51,5)
Font = Font["+7"]
Alignment = Align.Center
Text = ("DnfDrake 4.1.7")
Text = ("DnfDrake 4.1.8")
}
}
}
2 changes: 1 addition & 1 deletion .src/FMYREPO.class
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Endif
End
Public Sub REPOINDEXDEFAULT()

If LSTREPO.Count > -1 Then
If LSTREPO.Count > 0 Then
Fmain.Btnclear_click
LSTREPO.Key = 0
CMBREPO.Index = 0
Expand Down

0 comments on commit d77716b

Please sign in to comment.