diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-08 11:48:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-11-08 13:23:13 +0800 |
commit | 1ca2b18e67672b7b2ec87c43e99d246a7208943d (patch) | |
tree | db501cad36e31ca1bdd5251bc1adbc28db313fea /shell/test | |
parent | fa97b170141535096c942da880e473806cab115f (diff) | |
download | gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.gz gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.zst gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.zip |
Fix distcheck errors.EVOLUTION_2_91_2
Diffstat (limited to 'shell/test')
-rw-r--r-- | shell/test/e-test-shell-view.c | 2 |
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; } |