summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:56:59 -0400
committerWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:56:59 -0400
commit5379654f62829ee5cf3751e73d20ae737b750a19 (patch)
treeb30476929d2210f78037c1111be839e908a4c093 /tests
parent6e7a9e68a6259ea3deaf6f8125435d3c4f86baa3 (diff)
TplLogStore: make :readable property immutable
Again, it's meaningless to have this be a writeable construct-only property—a store is either readable or it's not.
Diffstat (limited to 'tests')
-rw-r--r--tests/dbus/test-tpl-log-store-pidgin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dbus/test-tpl-log-store-pidgin.c b/tests/dbus/test-tpl-log-store-pidgin.c
index 9e94b9b..3ef0a23 100644
--- a/tests/dbus/test-tpl-log-store-pidgin.c
+++ b/tests/dbus/test-tpl-log-store-pidgin.c
@@ -253,7 +253,6 @@ test_basedir (PidginTestCaseFixture *fixture,
* match the real libpurple basedir */
store = g_object_new (TPL_TYPE_LOG_STORE_PIDGIN,
"name", "testcase",
- "readable", FALSE,
NULL);
dir = g_build_path (G_DIR_SEPARATOR_S, g_get_home_dir (), ".purple",
"logs", NULL);