diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-11-30 20:13:22 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-11-30 20:18:02 +0100 |
commit | 30fc1cced45d7061f8f4c41d481fae0d345a25b5 (patch) | |
tree | 8e72a259f0e52e8aa909abc3434da0b9c23e4d0c | |
parent | 3a2c85e4d1dfc03799e52c82a9b1cedcc552ced4 (diff) | |
download | pygobject-3.30.4.tar.gz |
release3.30.4
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +3.30.4 - 2018-11-30 +------------------- + +* gtk overrides: Fix rows getting inserted on the wrong level with + TreeStore.insert_before/inster_after if parent=None. + :issue:`281` (3.30 regression, thanks to :user:`Cian Wilson <cianwilson>` + for the report) + + 3.30.3 - 2018-11-27 ------------------- |