From 6821f70a73cc78ba89c085f373b5dfc975116eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 19 Aug 2018 16:53:03 +0200 Subject: [PATCH] [latex] Dont use threads_init() It freezes Gajim and is not needed in Gtk3 --- latex/latex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/latex/latex.py b/latex/latex.py index dcf2aae..79dc666 100644 --- a/latex/latex.py +++ b/latex/latex.py @@ -37,7 +37,6 @@ from gajim.plugins import GajimPlugin from gajim.plugins.helpers import log, log_calls from gajim.plugins.gui import GajimPluginConfigDialog -Gdk.threads_init() def latex_template(code): return '''\\documentclass[12pt]{article}