aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-11-08 11:48:23 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-10 06:33:23 +0800
commit7439ad9ca1e74c926709d94a109404aced41cfff (patch)
treea0dea5575f9e8fe0f2454f8b36a24572b81e0b20 /shell
parent8dda5a4a76e2439e485bb1617f036b0d941dbdb8 (diff)
downloadgsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar
gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar.gz
gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar.bz2
gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar.lz
gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar.xz
gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar.zst
gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.zip
Fix distcheck errors.
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;
}