~sethj/ubuntu/wily/unity/fix-for-1445595

« back to all changes in this revision

Viewing changes to UnityCore/Filters.cpp

Variant: add constructor and assigment operator for creating new from HintsMap

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    current_hints[iter->first] = iter->second;
104
104
  }
105
105
 
106
 
  dee_model_set_value(model_, iter_, FilterColumn::RENDERER_STATE, glib::Variant::FromHints(current_hints));
 
106
  dee_model_set_value(model_, iter_, FilterColumn::RENDERER_STATE, glib::Variant(current_hints));
107
107
}
108
108
 
109
109