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


Commits:
ae5ec793 by lovetox at 2021-05-14T20:55:43+02:00
ServerInfo: Don’t fail while adding error class

Fixes #10559

- - - - -


1 changed file:

- gajim/gtk/server_info.py


Changes:

=====================================
gajim/gtk/server_info.py
=====================================
@@ -98,7 +98,8 @@ def _add_connection_info(self):
 
         self._ui.connection_type.set_text(address.type.value)
         if address.type.is_plain:
-            
self._ui.conection_type.get_style_context().add_class('error-color')
+            self._ui.connection_type.get_style_context().add_class(
+                'error-color')
 
         # Connection proxy
         proxy = address.proxy



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ae5ec7938f3d917855d1485ddc967d0055fcc4ae
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to