check the Gtk bindings version at start-up
This commit is contained in:
parent
b6bc35ed3e
commit
3d4570cd1f
|
@ -33,6 +33,8 @@ from solaar.i18n import _
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
assert Gtk.get_major_version() > 2, 'Solaar requires Gtk 3 python bindings'
|
||||||
|
|
||||||
GLib.threads_init()
|
GLib.threads_init()
|
||||||
|
|
||||||
def _init_application():
|
def _init_application():
|
||||||
|
|
Loading…
Reference in New Issue