We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00f400 commit 0725a2cCopy full SHA for 0725a2c
2 files changed
README
@@ -19,7 +19,7 @@ Requirements
19
* Python 2.7
20
* GTK+ 3.14
21
* GLib 2.36
22
-* PyGObject 3.8
+* PyGObject 3.14
23
* GtkSourceView 3.14
24
25
bin/meld
@@ -175,14 +175,11 @@ def check_requirements():
175
176
177
def setup_resources():
178
- from gi.repository import GObject
179
from gi.repository import GLib
180
from gi.repository import Gtk
181
from gi.repository import Gdk
182
from gi.repository import GtkSource
183
184
- if GObject.pygobject_version <= (3, 11):
185
- GObject.threads_init()
186
icon_dir = os.path.join(meld.conf.DATADIR, "icons")
187
Gtk.IconTheme.get_default().append_search_path(icon_dir)
188
0 commit comments