~saviq/unity-scopes-api/fix-cross-wrap

« back to all changes in this revision

Viewing changes to scoperegistry/scoperegistry.cpp

  • Committer: Tarmac
  • Author(s): Marcus Tomlinson
  • Date: 2014-12-03 14:01:23 UTC
  • mfrom: (549.2.3 rename_tags_to_keywords)
  • Revision ID: tarmac-20141203140123-001m064trklyqhyi
Renamed "Tags" scope .ini option to "Keywords".

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
    mi->set_appearance_attributes(sc.appearance_attributes());
320
320
    mi->set_child_scope_ids(sc.child_scope_ids());
321
321
    mi->set_version(sc.version());
322
 
    mi->set_tags(sc.tags());
 
322
    mi->set_keywords(sc.keywords());
323
323
 
324
324
    // Prepend scope_dir to pageheader logo path if logo path is relative.
325
325
    // TODO: Once we have type-safe parsing in the config files, remove