Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
cb7eba56 by pitchum at 2017-12-06T21:44:13+01:00
Bugfix in printing fuzzy time.

- - - - -
94893191 by Yann Leboulanger at 2017-12-06T21:59:51+01:00
Merge branch 'master' into 'master'

Bugfix in printing fuzzy time.

See merge request gajim/gajim!165
- - - - -


1 changed file:

- gajim/conversation_textview.py


Changes:

=====================================
gajim/conversation_textview.py
=====================================
--- a/gajim/conversation_textview.py
+++ b/gajim/conversation_textview.py
@@ -1294,7 +1294,7 @@ class ConversationTextview(GObject.GObject):
                 self.last_time_printout = tim
                 if app.config.get('print_time_fuzzy') > 0:
                     tim_format = self.fc.fuzzy_time(
-                        app.config.get('print_time_fuzzy'), tim)
+                        app.config.get('print_time_fuzzy'), local_tim)
                 else:
                     tim_format = self.get_time_to_show(local_tim, 
direction_mark)
                 buffer_.insert_with_tags_by_name(iter_, tim_format + '\n',



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/f724359c2b91e0dfb387e30442a4313131168450...94893191eeeb8cb2ebca61aac689ecca9ca3aa78

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/f724359c2b91e0dfb387e30442a4313131168450...94893191eeeb8cb2ebca61aac689ecca9ca3aa78
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