~vikoadi/slingshot/async_update_menu

« back to all changes in this revision

Viewing changes to src/Backend/AppSystem.vala

  • Committer: Viko Adi Rahmawan
  • Date: 2015-09-16 12:24:18 UTC
  • Revision ID: vikoadi@gmail.com-20150916122418-rxqc92q027slojsg
dont use implisit begin

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#endif
41
41
 
42
42
        apps_menu = new GMenu.Tree ("pantheon-applications.menu", GMenu.TreeFlags.INCLUDE_EXCLUDED | GMenu.TreeFlags.SORT_DISPLAY_NAME);
43
 
        apps_menu.changed.connect (()=>{update_app_system_async ();});
 
43
        apps_menu.changed.connect (()=>{update_app_system_async.begin ();});
44
44
        
45
45
        apps = new Gee.HashMap<string, Gee.ArrayList<App>> ();
46
46
        categories = new Gee.ArrayList<GMenu.TreeDirectory> ();