aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-08-11 22:19:54 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-08-11 22:19:54 +0800
commit7001477db81200ae4719ce2b43152ad98bbdd817 (patch)
treee924478c5a7d7973f65314c27c9699c4a1e941de /widgets/table/ChangeLog
parent28a98b7973e5fd9341fbc7faa6f49b7d0b8d4de9 (diff)
downloadgsoc2013-evolution-7001477db81200ae4719ce2b43152ad98bbdd817.tar
gsoc2013-evolution-7001477db81200ae4719ce2b43152ad98bbdd817.tar.gz
gsoc2013-evolution-7001477db81200ae4719ce2b43152ad98bbdd817.tar.bz2
gsoc2013-evolution-7001477db81200ae4719ce2b43152ad98bbdd817.tar.lz
gsoc2013-evolution-7001477db81200ae4719ce2b43152ad98bbdd817.tar.xz
gsoc2013-evolution-7001477db81200ae4719ce2b43152ad98bbdd817.tar.zst
gsoc2013-evolution-7001477db81200ae4719ce2b43152ad98bbdd817.zip
** Fix for bug #352695
2008-08-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #352695 * e-tree-table-adapter.c: (e_tree_table_adapter_load_expanded_state), (e_tree_table_adapter_load_expanded_state_xml): Call the e_table_model_changed in the proper function, to prevent lock of the model caused by previous commit to this bug. svn path=/trunk/; revision=35955
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r--widgets/table/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 24889709e8..cf632fc517 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,5 +1,14 @@
2008-08-11 Milan Crha <mcrha@redhat.com>
+ ** Fix for bug #352695
+
+ * e-tree-table-adapter.c: (e_tree_table_adapter_load_expanded_state),
+ (e_tree_table_adapter_load_expanded_state_xml):
+ Call the e_table_model_changed in the proper function, to prevent
+ lock of the model caused by previous commit to this bug.
+
+2008-08-11 Milan Crha <mcrha@redhat.com>
+
** Part of fix for bug #519292
* e-tree.h: (e_tree_load_all_expanded_state):