Skip to content

Commit

Permalink
minor little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicnkt committed Aug 23, 2016
1 parent 2520c88 commit a143a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WPKG-GP-Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

TRAY_TOOLTIP = 'WPKG-GP CLient'
TRAY_ICON = os.path.join(path,'img', 'apacheconf-16.png')
VERSION = "0.9.5"
#VERSION = "0.9.5" # Not needed atm

# Detect if x86 or AMD64 and set correct path to wpkg.xml
# The Environment Variable PROCESSOR_ARCHITEW6432 only exists on 64bit Windows
Expand Down Expand Up @@ -207,7 +207,6 @@ def on_upgrade(self, event):
shutdown(1, time=5, msg=_(u"System will reboot now!"))
# Reset Reboot Pending
SetRebootPendingTime(reset=True)
exit()
return
else:
return
Expand Down Expand Up @@ -531,6 +530,7 @@ def main():
dlg = wx.MessageDialog(None, dlgmsg, "WPKG-GP Client", wx.OK | wx.ICON_INFORMATION)
dlg.ShowModal()
return
# TODO: Move load config here to display wxpython dialog if ini is missing?
TaskBarIcon()
app.MainLoop()

Expand Down

0 comments on commit a143a6e

Please sign in to comment.