[epiphany] ephy-encodings-test.c: shutdown the helper files at the end
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-encodings-test.c: shutdown the helper files at the end
- Date: Thu, 29 Aug 2013 20:38:57 +0000 (UTC)
commit 60e3d891e95b961456b2b803053ac47d072a3242
Author: Claudio Saavedra <csaavedra igalia com>
Date: Thu Aug 29 22:26:37 2013 +0300
ephy-encodings-test.c: shutdown the helper files at the end
Now that the shell holds a reference to the bookmark files it
is not possible to shutdown the helper files before shell has
been disposed. Actually, that never made sense.
tests/ephy-encodings-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-encodings-test.c b/tests/ephy-encodings-test.c
index ffa88e5..da85d0c 100644
--- a/tests/ephy-encodings-test.c
+++ b/tests/ephy-encodings-test.c
@@ -100,8 +100,8 @@ main (int argc, char *argv[])
ret = g_test_run ();
- ephy_file_helpers_shutdown ();
g_object_unref (ephy_shell_get_default ());
+ ephy_file_helpers_shutdown ();
return ret;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]