Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable thgtaskbar: remove install mutex

new msi installer doesn't care about it anyway

Changeset 7f2a08ef1af2

Parent f9cb1d957d3a

by Adrian Buehlmann

Changes to one file · Browse files at 7f2a08ef1af2 Showing diff from parent f9cb1d957d3a Diff from another changeset...

Change 1 of 2 Show Entire File thgtaskbar.py Stacked
 
432
433
434
435
436
437
438
 
443
444
445
446
447
448
449
450
451
 
432
433
434
 
435
436
437
 
442
443
444
 
 
 
445
446
447
@@ -432,7 +432,6 @@
  # Clean up when we exit   self.SvcStop()   -INSTALLMUTEXNAME = 'thgtaskbar'  RUNMUTEXNAME = 'thgtaskbar-' + GetUserName()    def main(): @@ -443,9 +442,6 @@
  if GetLastError() == winerror.ERROR_ALREADY_EXISTS:   print "another instance is already running"   return - # see http://www.jrsoftware.org/iskb.php?mutexsessions - installmutex1 = win32event.CreateMutex(sa, 1, INSTALLMUTEXNAME) - installmutex2 = win32event.CreateMutex(sa, 1, 'Global\\' + INSTALLMUTEXNAME)     logfilename = None   for arg in args: