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

stable shellext: do not call InitStatus::check() in DllMain

The check is now only triggered on context menu use.

closes #866

Changeset 9bf7c772f440

Parent 514691adf981

by Adrian Buehlmann

Changes to one file · Browse files at 9bf7c772f440 Showing diff from parent 514691adf981 Diff from another changeset...

 
58
59
60
61
62
63
64
65
66
 
58
59
60
 
 
 
61
62
63
@@ -58,9 +58,6 @@
  _UnloadResources();   }   - if (g_cRefThisDll > 0) - InitStatus::check(); -   return 1;  }