[ekiga/ds-gsettings3] RL/Jabber: Fixed previous commit which was incomplete.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gsettings3] RL/Jabber: Fixed previous commit which was incomplete.
- Date: Thu, 14 Nov 2013 18:43:29 +0000 (UTC)
commit 0603035c1c40d314608729e70713e500c3e917b6
Author: Damien Sandras <dsandras beip be>
Date: Thu Nov 14 19:43:00 2013 +0100
RL/Jabber: Fixed previous commit which was incomplete.
plugins/loudmouth/loudmouth-bank.cpp | 2 +-
plugins/resource-list/rl-cluster.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-bank.cpp b/plugins/loudmouth/loudmouth-bank.cpp
index cdcab55..5ee903e 100644
--- a/plugins/loudmouth/loudmouth-bank.cpp
+++ b/plugins/loudmouth/loudmouth-bank.cpp
@@ -93,7 +93,7 @@ LM::Bank::save () const
xmlDocDumpMemory (doc, &buffer, &size);
- gm_conf_set_string (JABBER_KEY, (const char *)buffer);
+ contacts_settings->set_string (JABBER_KEY, (const char *)buffer);
xmlFree (buffer);
}
diff --git a/plugins/resource-list/rl-cluster.cpp b/plugins/resource-list/rl-cluster.cpp
index 397e4c3..18ca4bc 100644
--- a/plugins/resource-list/rl-cluster.cpp
+++ b/plugins/resource-list/rl-cluster.cpp
@@ -143,7 +143,7 @@ RL::Cluster::save () const
xmlDocDumpMemory (doc.get (), &buffer, &size);
- gm_conf_set_string (RL_KEY, (const char*)buffer);
+ contacts_settings->set_string (RL_KEY, (const char *)buffer);
xmlFree (buffer);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]