dbalan / boinc-ui

Graphical tool to manipulate BOINC project database using Java.
1 stars 0 forks source link

min_version dialog is not updating the current version. #7

Closed dbalan closed 13 years ago

dbalan commented 13 years ago

when we change the min version, and open the dialog again, the current version indicated in the dialog remains same.

abilng commented 13 years ago

current version is result of getcurrent version() of back-end. In back-end code gives max(ver_no) from app_version.

dbalan commented 13 years ago

I have fixed the code, but there is some glitches. Please have a look.

abilng commented 13 years ago

fixed