Skip to content

Commit

Permalink
Versionned correctly and updated Website link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Gaudreault authored and Francis Gaudreault committed Jan 14, 2022
1 parent 5f3d283 commit 5765584
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class Base(object):
# in milliseconds
TKINTER_UPDATE_INTERVAL = 100

WEBSITE = 'http://bcb.med.usherbrooke.ca/'
VERSION = '2.48l'
WEBSITE = 'http://biophys.umontreal.ca/nrg'
VERSION = '2.48m'

''' ==================================================================================
FUNCTION __init__ : Initialization of the variables of the interface
Expand Down Expand Up @@ -147,7 +147,6 @@ def Toggle_MenuItem(self, state):
if self.pymol_major_version == 2:
k = 0
for mi in self.top.menuBar._menudict['NRGsuite'].actions():
print(mi,k,self.menuindex)
if k == self.menuindex:
mi.setEnabled(state)
break
Expand Down Expand Up @@ -348,9 +347,8 @@ def Quit(self):
self.root = None

if self.menuindex != -1:
print("Enable !")
self.Enable_MenuItem()

print(' Closed ' + self.Name)

''' ==================================================================================
Expand Down

0 comments on commit 5765584

Please sign in to comment.