Philipp Hörist pushed to branch master at gajim / gajim

Commits:
a00e8e3a by Philipp Hörist at 2018-11-19T23:04:41Z
Dont use deprecated GLib.glib_version

- - - - -


1 changed file:

- gajim/gtk/exception.py


Changes:

=====================================
gajim/gtk/exception.py
=====================================
@@ -101,7 +101,9 @@ class ExceptionDialog():
             Gtk.get_minor_version(),
             Gtk.get_micro_version())
         gobject_ver = '.'.join(map(str, GObject.pygobject_version))
-        glib_ver = '.'.join(map(str, GLib.glib_version))
+        glib_ver = '.'.join(map(str, [GLib.MAJOR_VERSION,
+                                      GLib.MINOR_VERSION,
+                                      GLib.MICRO_VERSION]))
 
         return ISSUE_TEXT.format(get_os_info(),
                                  gtk_ver,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/a00e8e3abb5c9aba93810fc4b992fb5229b5d3f3

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/a00e8e3abb5c9aba93810fc4b992fb5229b5d3f3
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to