Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
29219f72 by wurstsalat at 2023-03-26T19:24:56+02:00
fix: Account preferences: Adapt to changed icons

- - - - -


2 changed files:

- gajim/data/gui/account_page.ui
- gajim/gtk/accounts.py


Changes:

=====================================
gajim/data/gui/account_page.ui
=====================================
@@ -189,7 +189,7 @@
                                   <object class="GtkImage">
                                     <property name="visible">True</property>
                                     <property name="can-focus">False</property>
-                                    <property 
name="icon-name">preferences-other-symbolic</property>
+                                    <property 
name="icon-name">preferences-system-symbolic</property>
                                   </object>
                                 </child>
                               </object>


=====================================
gajim/gtk/accounts.py
=====================================
@@ -426,13 +426,13 @@ def __init__(self, name: str, label: str) -> None:
         super().__init__(name)
 
         if name == 'general':
-            icon = 'preferences-system-symbolic'
+            icon = 'avatar-default-symbolic'
         elif name == 'privacy':
             icon = 'preferences-system-privacy-symbolic'
         elif name == 'connection':
             icon = 'preferences-system-network-symbolic'
         elif name == 'advanced':
-            icon = 'preferences-other-symbolic'
+            icon = 'preferences-system-symbolic'
         else:
             icon = 'dialog-error-symbolic'
 



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/29219f72cfba26e6c3a4611e9648d159715cec28
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