Changeset 5f40da7 for protocols/twitter/twitter.c
- Timestamp:
- 2011-12-26T10:51:19Z (13 years ago)
- Branches:
- master
- Children:
- 199fea6
- Parents:
- 96f954d (diff), 644b808 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r96f954d r5f40da7 220 220 } else { /* if( strcmp( acc->prpl->name, "identica" ) == 0 ) */ 221 221 def_url = IDENTICA_API_URL; 222 def_oauth = " false";222 def_oauth = "true"; 223 223 } 224 224 … … 240 240 s->flags |= ACC_SET_OFFLINE_ONLY; 241 241 242 s = set_add(&acc->set, "oauth", def_oauth, set_eval_oauth, acc); 243 242 244 s = set_add(&acc->set, "show_ids", "false", set_eval_bool, acc); 243 245 s->flags |= ACC_SET_OFFLINE_ONLY; 244 246 245 247 s = set_add(&acc->set, "show_old_mentions", "true", set_eval_bool, acc); 246 247 s = set_add(&acc->set, "oauth", def_oauth, set_eval_bool, acc);248 248 } 249 249
Note: See TracChangeset
for help on using the changeset viewer.