We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040f37f commit 4b3f541Copy full SHA for 4b3f541
1 file changed
bin/meld
@@ -178,7 +178,8 @@ def setup_resources():
178
from gi.repository import Gtk
179
from gi.repository import Gdk
180
181
- GObject.threads_init()
+ if GObject.pygobject_version <= (3, 11):
182
+ GObject.threads_init()
183
icon_dir = os.path.join(meld.conf.DATADIR, "icons")
184
Gtk.IconTheme.get_default().append_search_path(icon_dir)
185
0 commit comments