aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-11-08 11:48:23 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-11-08 13:23:13 +0800
commit1ca2b18e67672b7b2ec87c43e99d246a7208943d (patch)
treedb501cad36e31ca1bdd5251bc1adbc28db313fea /shell
parentfa97b170141535096c942da880e473806cab115f (diff)
downloadgsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar
gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.gz
gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.bz2
gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.lz
gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.xz
gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.zst
gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.zip
Fix distcheck errors.EVOLUTION_2_91_2
Diffstat (limited to 'shell')
-rw-r--r--shell/test/e-test-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/test/e-test-shell-view.c b/shell/test/e-test-shell-view.c
index 924f9891f4..68d4ff9a7b 100644
--- a/shell/test/e-test-shell-view.c
+++ b/shell/test/e-test-shell-view.c
@@ -56,7 +56,7 @@ test_shell_view_dispose (GObject *object)
priv = E_TEST_SHELL_VIEW_GET_PRIVATE (object);
if (priv->activity != NULL) {
- e_activity_complete (priv->activity);
+ e_activity_set_state (priv->activity, E_ACTIVITY_COMPLETED);
g_object_unref (priv->activity);
priv->activity = NULL;
}