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


Commits:
e537601b by Philipp Hörist at 2026-02-14T12:36:16+01:00
Add format

- - - - -


1 changed file:

- gajim/gtk/message_actions_box.py


Changes:

=====================================
gajim/gtk/message_actions_box.py
=====================================
@@ -848,7 +848,10 @@ def _on_paste_clipboard(self, textview: 
MessageInputTextView) -> None:
             # Prevent TextView from pasting the URIs as text:
             textview.stop_emission_by_name("paste-clipboard")
             clipboard.read_async(
-                ["text/uri-list"], 0, None, 
self._on_clipboard_read_value_finished
+                ["text/uri-list", "text/plain;charset=utf-8"],
+                0,
+                None,
+                self._on_clipboard_read_value_finished,
             )
             return
 



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

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

Reply via email to