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


Commits:
e070a951 by Philipp Hörist at 2022-12-13T19:43:42+01:00
cfix: Menus: Remove obsolete string escaping

- - - - -


1 changed file:

- gajim/gtk/menus.py


Changes:

=====================================
gajim/gtk/menus.py
=====================================
@@ -661,8 +661,6 @@ def get_chat_row_menu(contact: types.ChatContactT,
 
     menu_items: MenuItemListT = []
 
-    text = text.replace('"', '\\"')
-
     format_string = app.settings.get('date_time_format')
     timestamp_formatted = timestamp.strftime(format_string)
     copy_text = f'{timestamp_formatted} - {name}: {text}'



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

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