diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-02-12 19:42:58 +0000 |
---|---|---|
committer | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-02-12 19:42:58 +0000 |
commit | bbf8a2177acaee3b25044d9dfee2b920da8e715e (patch) | |
tree | 756718d35946f09724b326151745676ed86435f7 /tests | |
parent | 8f08298da2734c1ad4ded2f1c71b9a1fb5427bb7 (diff) | |
download | telepathy-logger-bbf8a2177acaee3b25044d9dfee2b920da8e715e.tar.gz |
renaming to tpl_log_register_log_store
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-searches.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-searches.c b/tests/test-searches.c index ea784f7..e1a73ed 100644 --- a/tests/test-searches.c +++ b/tests/test-searches.c @@ -31,7 +31,7 @@ main (int argc, char *argv[]) manager = tpl_log_manager_dup_singleton(); logstore = g_object_new (TPL_TYPE_LOG_STORE_EMPATHY, "name", "Empathy", NULL); - tpl_log_manager_register_logstore (manager, logstore); + tpl_log_manager_register_log_store (manager, logstore); /* we are using the blocking API, the non-blocking one is a wrap around, so * it's assured to work as long as the blocking API and the wapper work */ |