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

« back to all changes in this revision

Viewing changes to src/Widgets/Entries.vala

  • Committer: Stephen Smally
  • Date: 2012-03-18 10:38:53 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120318103853-v7wg1qfuifjkc3gc
Implemented dynamic category view

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        
63
63
            base (hint_string);
64
64
            
65
 
            set_icon_from_stock (EntryIconPosition.PRIMARY, Stock.FIND);
 
65
            primary_icon_name = "edit-find-symbolic";
66
66
            
67
67
            // Signals and callbacks
68
68
            changed.connect (manage_icon);