~unity-team/unity/libunity-7.0-breakage

« back to all changes in this revision

Viewing changes to UnityCore/ScopeProxy.cpp

  • Committer: Nick Dedekind
  • Date: 2013-03-27 17:26:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3111.
  • Revision ID: nicholas.dedekind@gmail.com-20130327172654-mzyzddiia20qz3q6
support preview action activation-uri hint

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
  filters_change_connection.disconnect();
401
401
  filters_change_connection = filters_->filter_changed.connect([this](Filter::Ptr const& filter)
402
402
  {
 
403
    LOG_DEBUG(logger) << "Filters changed for " << scope_data_->id() << "- updating search results.";
 
404
 
403
405
    glib::HintsMap hints;
404
406
    hints["changed-filter-row"] = filter->VariantValue();
405
407
    Search(last_search_, hints, nullptr, cancel_scope_);