aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-factory.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-09-26 07:08:08 +0800
committerIain Holmes <iain@src.gnome.org>2001-09-26 07:08:08 +0800
commit6498968214fd4fb26675d3f068f7086eef5a2c4d (patch)
treee1ebb0c3f00e40ca6d64e7a74558a7b152dddcac /my-evolution/e-summary-factory.c
parent58755d5604d35422d133c39aab785078a40fb8b4 (diff)
downloadgsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar
gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar.gz
gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar.bz2
gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar.lz
gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar.xz
gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.tar.zst
gsoc2013-evolution-6498968214fd4fb26675d3f068f7086eef5a2c4d.zip
Freeze and thaw
svn path=/trunk/; revision=13132
Diffstat (limited to 'my-evolution/e-summary-factory.c')
-rw-r--r--my-evolution/e-summary-factory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c
index 1f709e1561..7c19f570ac 100644
--- a/my-evolution/e-summary-factory.c
+++ b/my-evolution/e-summary-factory.c
@@ -57,6 +57,7 @@ control_activate (BonoboControl *control,
e_pixmaps_update (ui_component, pixmaps);
bonobo_ui_component_thaw (ui_component, NULL);
+ e_summary_thaw (summary);
}
static void
@@ -65,6 +66,7 @@ control_deactivate (BonoboControl *control,
ESummary *summary)
{
bonobo_ui_component_unset_container (ui_component);
+ e_summary_freeze (summary);
}
static void