summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-19 11:57:19 +0000
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-19 11:57:19 +0000
commit0fa5a714f0ae01f4307a325a0d67ed2c294c8600 (patch)
tree196301117e4b21d763fc333bac2779486a975a89 /src
parent5853f0728abf10827245b5bdb496f2c960a4ef36 (diff)
downloadtelepathy-logger-0fa5a714f0ae01f4307a325a0d67ed2c294c8600.tar.gz
TplConf bug fixed
Diffstat (limited to 'src')
-rw-r--r--src/dbus-service.c2
-rw-r--r--src/test_api.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus-service.c b/src/dbus-service.c
index 3f53f60..339c376 100644
--- a/src/dbus-service.c
+++ b/src/dbus-service.c
@@ -168,7 +168,7 @@ tpl_dbus_service_last_chats (TplDBusService *self,
account = tp_account_new(tp_dbus, account_path, &error);
if (error!=NULL) {
- g_error("TpAccount creation: %s\n",
+ g_error("TpAccount creation: %s",
error->message);
dbus_g_method_return_error(context, error);
g_error_free(error);
diff --git a/src/test_api.c b/src/test_api.c
index 5ca6a4a..d9e4945 100644
--- a/src/test_api.c
+++ b/src/test_api.c
@@ -53,7 +53,7 @@ main (int argc, char *argv[])
g_message("FINISH\n");
/* set */
- tpl_conf_togle_globally_enable(conf, FALSE, NULL);
+ tpl_conf_togle_globally_enable(conf, TRUE, NULL);
newlist = g_slist_append(newlist, "foo");
newlist = g_slist_append(newlist, "bar");
tpl_conf_set_accounts_ignorelist(conf, newlist, NULL);