~unity-team/bamf/trunk

« back to all changes in this revision

Viewing changes to src/bamf-application.c

  • Committer: Tarmac
  • Author(s): Michel Alexandre Salim
  • Date: 2014-02-14 17:22:14 UTC
  • mfrom: (591.1.1 trunk)
  • Revision ID: tarmac-20140214172214-qcxt6wn5qgu5jm3j
[Merge] Fix return value of try_create_local_desktop_data. Fixes: https://bugs.launchpad.net/bugs/1280110.

Approved by PS Jenkins bot, Michel Alexandre Salim, Stephen M. Webb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
470
470
                               GFile **out_desktop_file, GFile **out_icon_file,
471
471
                               GCancellable *cancellable)
472
472
{
473
 
  g_return_val_if_fail (out_desktop_file, NULL);
 
473
  g_return_val_if_fail (out_desktop_file, FALSE);
474
474
 
475
475
  if (!apps_dir)
476
476
    {