~3v1n0/bamf/libbamf-safer-factory-rematch

« back to all changes in this revision

Viewing changes to src/bamf-view.c

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2012-06-22 10:25:17 UTC
  • mfrom: (467.3.3 bamf)
  • Revision ID: tarmac-20120622102517-xfdteimy9w16us2k
BamfMatcher: force a view as closed or not-closed on proper signals.
  
  This avoids that a view that is opened is actually marked as closed when
  really it's running. Fixes #925421. Fixes: https://bugs.launchpad.net/bugs/925421. Approved by Jason Smith.

Show diffs side-by-side

added added

removed removed

Lines of Context:
683
683
      if (g_dbus_interface_skeleton_get_object_path (iface))
684
684
        g_dbus_interface_skeleton_unexport (iface);
685
685
    }
686
 
  g_list_free (ifaces);
 
686
 
 
687
  g_list_free_full (ifaces, g_object_unref);
687
688
 
688
689
  if (priv->name)
689
690
    {