aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-12-15 08:09:47 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-12-15 08:09:47 +0800
commit7d4a4df6d5600bd7683cd191e3ce19dfbde24038 (patch)
tree05074233f65f70b53fa5a9938b19ab20d19a99ac /mail
parent529ca53ef010a9d9d813e5c6510fc3c998ae0687 (diff)
downloadgsoc2013-evolution-7d4a4df6d5600bd7683cd191e3ce19dfbde24038.tar
gsoc2013-evolution-7d4a4df6d5600bd7683cd191e3ce19dfbde24038.tar.gz
gsoc2013-evolution-7d4a4df6d5600bd7683cd191e3ce19dfbde24038.tar.bz2
gsoc2013-evolution-7d4a4df6d5600bd7683cd191e3ce19dfbde24038.tar.lz
gsoc2013-evolution-7d4a4df6d5600bd7683cd191e3ce19dfbde24038.tar.xz
gsoc2013-evolution-7d4a4df6d5600bd7683cd191e3ce19dfbde24038.tar.zst
gsoc2013-evolution-7d4a4df6d5600bd7683cd191e3ce19dfbde24038.zip
Fix erroneous function call
2003-12-14 JP Rosevear <jpr@ximian.com> * em-folder-tree.c (emft_tree_row_collapsed): Fix erroneous function call Fixes #52120 svn path=/trunk/; revision=23939
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog7
-rw-r--r--mail/em-folder-tree.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1137e8d964..2c842e945b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-14 JP Rosevear <jpr@ximian.com>
+
+ * em-folder-tree.c (emft_tree_row_collapsed): Fix erroneous
+ function call
+
+ Fixes #52120
+
2003-12-12 Not Zed <NotZed@Ximian.com>
* mail-config.c (config_write_style): put the style in .evolution.
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index ebffc45d61..ed24396fdf 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -742,7 +742,7 @@ static void
emft_tree_row_collapsed (GtkTreeView *treeview, GtkTreeIter *root, GtkTreePath *tree_path, EMFolderTree *emft)
{
emft_update_model_expanded_state (emft->priv, root, FALSE);
- em_folder_tree_queue_save_state (emft);
+ emft_queue_save_state (emft);
}
#if 0