Browse Source

don't jump to the first message anymore; closed icon problem without noticing

master
Julio Biason 15 years ago
parent
commit
3546eb430a
  1. 8
      issues/issue-2380ae1ec422175cf0fecc896e2a5bf0d1806b80.yaml
  2. 8
      issues/issue-95a69f922a192e8b57715432993a07f0edd92c11.yaml
  3. 5
      mitterlib/ui/ui_pygtk.py

8
issues/issue-2380ae1ec422175cf0fecc896e2a5bf0d1806b80.yaml

@ -8,8 +8,8 @@ type: :bugfix
component: pygtk
release: 1.0.0
reporter: Julio Biason <julio.biason@gmail.com>
status: :unstarted
disposition:
status: :closed
disposition: :fixed
creation_time: 2009-12-17 16:29:37.169204 Z
references: []
@ -19,3 +19,7 @@ log_events:
- Julio Biason <julio.biason@gmail.com>
- created
- ""
- - 2009-12-22 07:44:15.629025 Z
- Julio Biason <julio.biason@gmail.com>
- closed with disposition fixed
- ""

8
issues/issue-95a69f922a192e8b57715432993a07f0edd92c11.yaml

@ -7,8 +7,8 @@ type: :bugfix
component: pygtk
release: 1.0.0
reporter: Julio Biason <julio.biason@gmail.com>
status: :unstarted
disposition:
status: :closed
disposition: :fixed
creation_time: 2009-12-21 10:41:32.855458 Z
references: []
@ -18,3 +18,7 @@ log_events:
- Julio Biason <julio.biason@gmail.com>
- created
- ""
- - 2009-12-22 07:43:59.725233 Z
- Julio Biason <julio.biason@gmail.com>
- closed with disposition fixed
- ","

5
mitterlib/ui/ui_pygtk.py

@ -1058,11 +1058,6 @@ class Interface(object):
message.read = False
store.prepend([message])
store.sort_column_changed()
if len(results) > 0:
# scroll to the first cell, to "show" that there are new items.
iter = self._grid.get_model().get_iter_first()
path = self._grid.get_model().get_path(iter)
self._grid.scroll_to_cell(path)
self._grid.queue_draw()
# once our update went fine, we can queue the next one. This avoids

Loading…
Cancel
Save