The unified diff between revisions [46dc03e9..] and [ff6f9260..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'handlers.py'

#
#
# patch "handlers.py"
#  from [a83cd1c86b1751f980b3578bb607afc8c329ee7a]
#    to [1de08d5626f44e62341a85effcad4ce618264d95]
#
============================================================
--- handlers.py	a83cd1c86b1751f980b3578bb607afc8c329ee7a
+++ handlers.py	1de08d5626f44e62341a85effcad4ce618264d95
@@ -33,7 +33,6 @@ if config.icon_theme:
         mimeicon = icontheme.MimeIcon(icontheme.IconTheme(config.icon_theme), config.icon_size)
     except Exception, e:
         print>>sys.stderr, "\nFailed to load icon theme: perhaps you want to set config.icon_theme = None\n"
-        raise e
 else:
     mimeicon = None