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


Commits:
2561aac3 by lovetox at 2021-04-04T17:18:28+02:00
Fix history mode

- - - - -


1 changed file:

- gajim/gtk/conversation/view.py


Changes:

=====================================
gajim/gtk/conversation/view.py
=====================================
@@ -90,7 +90,8 @@ def __init__(self, account, contact, history_mode=False):
         self._last_incoming_timestamp = datetime.fromtimestamp(0)
 
         # Insert the very first row, containing the scroll hint and load button
-        self._scroll_hint_row = ScrollHintRow(self._account)
+        self._scroll_hint_row = ScrollHintRow(self._account,
+                                              history_mode=self._history_mode)
         self.add(self._scroll_hint_row)
         self._timestamps_inserted.append(datetime.fromtimestamp(0))
 



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/2561aac32c0cf6b65a624469dcabaf6418ad2aab
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to