Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
f9370566 by wurstsalat at 2024-10-24T08:55:35+02:00
refactor: Fix TODO about GSK_RENDERER variable
- - - - -
1 changed file:
- gajim/gtk/application.py
Changes:
=====================================
gajim/gtk/application.py
=====================================
@@ -36,7 +36,8 @@
from datetime import timezone
from urllib.parse import unquote
-from gi.repository import Gdk, Gio
+from gi.repository import Gdk
+from gi.repository import Gio
from gi.repository import GLib
from gi.repository import Gtk
from nbxmpp import JID
@@ -218,7 +219,7 @@ def _startup(self) -> None:
if sys.platform == 'win32':
# TODO GTK4
# https://gitlab.gnome.org/GNOME/gtk/-/issues/7019
- # Remove once GTK >4.16.2 is released
+ # Remove once GTK >=4.17 is released
os.environ['GSK_RENDERER'] = 'cairo'
app.ged.register_event_handler(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f9370566d0cedb7123eef145bf2103108ba15ece
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f9370566d0cedb7123eef145bf2103108ba15ece
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]