Merge lp:~rodrigo-moya/evolution-couchdb/really-default-to-local-couch into lp:evolution-couchdb

Proposed by Rodrigo Moya
Status: Merged
Approved by: Rodrigo Moya
Approved revision: 65
Merge reported by: Rodrigo Moya
Merged at revision: not available
Proposed branch: lp:~rodrigo-moya/evolution-couchdb/really-default-to-local-couch
Merge into: lp:evolution-couchdb
Diff against target: None lines
To merge this branch: bzr merge lp:~rodrigo-moya/evolution-couchdb/really-default-to-local-couch
Reviewer Review Type Date Requested Status
Nicola Larosa (community) Approve
Review via email: mp+11044@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Set the couchdb_instance property to 'user', not 'system'

Revision history for this message
Nicola Larosa (teknico) wrote :

Simple and nice.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/couchdb-contacts-source.c'
2--- plugins/couchdb-contacts-source.c 2009-08-26 09:20:17 +0000
3+++ plugins/couchdb-contacts-source.c 2009-09-02 09:53:22 +0000
4@@ -273,7 +273,7 @@
5 } else {
6 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ui->user_db_button), TRUE);
7 if (!property)
8- e_source_set_property (ui->source, "couchdb_instance", "system");
9+ e_source_set_property (ui->source, "couchdb_instance", "user");
10 gtk_widget_set_sensitive (ui->remote_db_entry, FALSE);
11 }
12

Subscribers

People subscribed via source and target branches