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

iss: thgtaskbar.exe can have a new window name

Changeset 304d8b154a9e

Parent 564f7f808e63

by Steve Borho

Changes to one file · Browse files at 304d8b154a9e Showing diff from parent 564f7f808e63 Diff from another changeset...

 
230
231
232
 
 
 
233
234
235
 
230
231
232
233
234
235
236
237
238
@@ -230,6 +230,9 @@
  TaskbarMutex := 'thgtaskbar,Global\thgtaskbar';   tries := 0;   while (tries < 4) and CheckForMutexes(TaskbarMutex) do begin + TaskbarWindow := FindWindowByWindowName('TortoiseHg Overlay Icon Server'); + if TaskbarWindow <> 0 then + SendMessage(TaskbarWindow, wm_Close, 0, 0);   TaskbarWindow := FindWindowByWindowName('TortoiseHg RPC server');   if TaskbarWindow <> 0 then   SendMessage(TaskbarWindow, wm_Close, 0, 0);