~mterry/unity8/split

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/fake_applications_scope.cpp

  • Committer: Michael Terry
  • Date: 2013-10-15 17:48:24 UTC
  • mfrom: (138.2.326 trunk)
  • Revision ID: michael.terry@canonical.com-20131015174824-x1n7rx100b0ph8v4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                     "grid",
65
65
                     hints);
66
66
 
 
67
    dee_model_append(category_model,
 
68
                     "outdated",
 
69
                     "Outdaded",
 
70
                     "gtk-apply",
 
71
                     "grid",
 
72
                     hints);
 
73
 
67
74
    return category_model;
68
75
}