Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable thgtaskbar: fix generic try/except

Refs #453

Changeset 58ec72f17642

Parent fd01a9e93088

by Steve Borho

Changes to one file · Browse files at 58ec72f17642 Showing diff from parent fd01a9e93088 Diff from another changeset...

Change 1 of 1 Show Entire File thgtaskbar.py Stacked
 
60
61
62
63
 
64
65
66
 
60
61
62
 
63
64
65
66
@@ -60,7 +60,7 @@
  action = NIM_ADD   try:   Shell_NotifyIcon(action, nid) - except e: + except:   # This is common when windows is starting, and this code is hit   # before the taskbar has been created.   print "Failed to add the taskbar icon - is explorer running?"