changeset ec40a5748adc in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=ec40a5748adc
description: get gtkexcepthook back (Thanks demandimport once again ...)

diffstat:

 src/gajim.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 1438eb99ea71 -r ec40a5748adc src/gajim.py
--- a/src/gajim.py      Sun Aug 25 16:14:38 2013 +0200
+++ b/src/gajim.py      Sun Aug 25 18:57:27 2013 +0200
@@ -73,7 +73,8 @@
 #demandimport.ignore += ['GObject._gobject', 'libasyncns', 'i18n',
 #    'logging.NullHandler', 'dbus.service', 'OpenSSL.SSL', 'OpenSSL.crypto',
 #    'common.sleepy', 'DLFCN', 'dl', 'xml.sax', 'xml.sax.handler', 'ic',
-#    'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'monotonic']
+#    'Crypto.PublicKey', 'IPython', 'contextlib', 'imp', 'monotonic',
+#    'gtkexcepthook']
 
 if os.name == 'nt':
     import locale
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to