Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/shlib: make sure shell notification is properly sent

this fixes the issue where icons in Explorer windows don't always
get refreshed after commits

Changeset e2244d8d10d0

Parent 243bc4897e55

by TK Soh

Changes to one file · Browse files at e2244d8d10d0 Showing diff from parent 243bc4897e55 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​shlib.py Stacked
 
71
72
73
74
 
75
76
77
 
71
72
73
 
74
75
76
77
@@ -71,7 +71,7 @@
  if pidl is None:   continue   shell.SHChangeNotify(shellcon.SHCNE_UPDATEITEM, - shellcon.SHCNF_IDLIST | shellcon.SHCNF_FLUSHNOWAIT, + shellcon.SHCNF_IDLIST | shellcon.SHCNF_FLUSH,   pidl,   None)  else: