~lubuntu-software-center-team/lubuntu-software-center/vala-port

« back to all changes in this revision

Viewing changes to src/Widgets/Pages/AppsView.vala

  • Committer: Stephen Smally
  • Date: 2012-07-05 09:18:39 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120705091839-rqi1jj3ds7mws4ap
Added installed, available and local check in info dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
            
116
116
            apps_tree.selected_row.connect(info_message.update);
117
117
            
 
118
            pack_start(info_message, false, false, 0);
118
119
            pack_start(apps_tree_scroll, true, true, 0);
119
 
            pack_start(info_message, false, false, 0);
120
120
        }
121
121
    }
122
122
}