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

« back to all changes in this revision

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

  • Committer: Stephen Smally
  • Date: 2012-07-05 13:49:59 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120705134959-y5vg66cadej8vix1
Added mutable install/remove button

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
            text.ellipsize = Pango.EllipsizeMode.END;
54
54
            
55
55
            add_button(Stock.INFO, ResponseId.INFO);
56
 
            add_button("Install", ResponseId.INSTALL);
57
56
            
58
57
            focus_out_event.connect(() => {
59
58
                set_visible(false);