~nonamenoname/slingshot/fix-1084101

« back to all changes in this revision

Viewing changes to src/Backend/AppSystem.vala

  • Committer: RabbitBot
  • Author(s): Corentin Noël
  • Date: 2014-03-13 20:30:47 UTC
  • mfrom: (407.1.3 gtk+-3.10)
  • Revision ID: rabbitbot-20140313203047-r7xz011rs52s1lok
Port forward to Gtk 3.10 for improved page switching and other benefits

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#if HAVE_ZEITGEIST
52
52
        rl_service.refresh_popularity ();
53
53
#endif
54
 
 
55
 
        apps_menu.load_sync ();
 
54
        try {
 
55
            apps_menu.load_sync ();
 
56
        } catch (Error e) {
 
57
            warning (e.message);
 
58
        }
56
59
 
57
60
        update_categories_index ();
58
61
        update_apps ();
224
227
 
225
228
    }
226
229
 
227
 
}
 
230
}
 
 
b'\\ No newline at end of file'