diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-18 02:55:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-18 02:55:30 +0800 |
commit | ad3166ad6d7a89c0265af5edb2829718d0de5327 (patch) | |
tree | 7c9f1d561d42eaa16cf471744bc3d8fc4d487e33 /ChangeLog | |
parent | a145efca78c6a1e81d457fe85cb1e311c61ace6a (diff) | |
download | gsoc2013-epiphany-ad3166ad6d7a89c0265af5edb2829718d0de5327.tar gsoc2013-epiphany-ad3166ad6d7a89c0265af5edb2829718d0de5327.tar.gz gsoc2013-epiphany-ad3166ad6d7a89c0265af5edb2829718d0de5327.tar.bz2 gsoc2013-epiphany-ad3166ad6d7a89c0265af5edb2829718d0de5327.tar.lz gsoc2013-epiphany-ad3166ad6d7a89c0265af5edb2829718d0de5327.tar.xz gsoc2013-epiphany-ad3166ad6d7a89c0265af5edb2829718d0de5327.tar.zst gsoc2013-epiphany-ad3166ad6d7a89c0265af5edb2829718d0de5327.zip |
Set the model's sort column only after filling it. Vastly improves delay
2005-11-17 Christian Persch <chpe@cvs.gnome.org>
* src/pdm-dialog.c:
Set the model's sort column only after filling it. Vastly improves
delay when opening the PDM dialogue when you have many cookies.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-17 Christian Persch <chpe@cvs.gnome.org> + + * src/pdm-dialog.c: + + Set the model's sort column only after filling it. Vastly improves + delay when opening the PDM dialogue when you have many cookies. + 2005-11-16 Christian Persch <chpe@cvs.gnome.org> * configure.ac: |