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


Commits:
0f3204b4 by Philipp Hörist at 2022-12-13T19:46:56+01:00
cfix: Menus: Don’t quote string value

- - - - -


1 changed file:

- gajim/gtk/menus.py


Changes:

=====================================
gajim/gtk/menus.py
=====================================
@@ -71,7 +71,7 @@ def get_self_contact_menu(contact: types.BareContact) -> 
GajimMenu:
 
     menu = GajimMenu()
 
-    menu.add_item(_('Profile'), f'app.{account}-profile', f'"{account}"')
+    menu.add_item(_('Profile'), f'app.{account}-profile', account)
     submenu = get_send_file_submenu()
     menu.append_submenu(_('Send File'), submenu)
 



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

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