~ruben-reina-dev/appcenter/1512912-sort-apps-inst-date

« back to all changes in this revision

Viewing changes to src/Views/InstalledView.vala

  • Committer: RubĂ©n Reina
  • Date: 2016-09-02 12:48:55 UTC
  • Revision ID: ruben.reina.dev@gmail.com-20160902124855-gmjn8syzrgbqun10
Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    }
37
37
 
38
38
    construct {
39
 
        app_list_view = new AppListView (true);
 
39
        app_list_view = new AppListView (true, AppListView.SortMode.INSTALLATION_DATE);
40
40
        add (app_list_view);
41
41
        app_list_view.show_app.connect ((package) => {
42
42
            subview_entered (C_("view", "Updates"));