[evolution-couchdb] Set the couchdb_instance property to 'user', not 'system'
- From: Rodrigo Moya <rodrigo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-couchdb] Set the couchdb_instance property to 'user', not 'system'
- Date: Wed, 2 Sep 2009 11:14:54 +0000 (UTC)
commit 5450b2f571762d3c7b159e97e8f1fffdad4cd300
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Wed Sep 2 13:14:44 2009 +0200
Set the couchdb_instance property to 'user', not 'system'
plugins/couchdb-contacts-source.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/couchdb-contacts-source.c b/plugins/couchdb-contacts-source.c
index 35e5eff..d2331e7 100644
--- a/plugins/couchdb-contacts-source.c
+++ b/plugins/couchdb-contacts-source.c
@@ -273,7 +273,7 @@ plugin_couchdb_contacts (EPlugin *epl, EConfigHookItemFactoryData *data)
} else {
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ui->user_db_button), TRUE);
if (!property)
- e_source_set_property (ui->source, "couchdb_instance", "system");
+ e_source_set_property (ui->source, "couchdb_instance", "user");
gtk_widget_set_sensitive (ui->remote_db_entry, FALSE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]