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


Commits:
020230b5 by wurstsalat at 2022-11-28T10:29:41+01:00
imprv: Message selection: Use date_time_format instead of time_format

- - - - -


1 changed file:

- gajim/gtk/conversation/view.py


Changes:

=====================================
gajim/gtk/conversation/view.py
=====================================
@@ -144,7 +144,7 @@ def __init__(self) -> None:
             'activate', self._on_scroll_view)
 
     def copy_selected_messages(self) -> None:
-        time_format = from_one_line(app.settings.get('time_format'))
+        time_format = from_one_line(app.settings.get('date_time_format'))
         selection_text = ''
         for row in cast(list[BaseRow], self._list_box.get_selected_rows()):
             if isinstance(row, MessageRow):



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

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