~3v1n0/bamf/factory-ref-rework

« back to all changes in this revision

Viewing changes to src/bamf-matcher.c

  • Committer: Marco Trevisan (Treviño)
  • Date: 2013-06-12 12:21:47 UTC
  • Revision ID: mail@3v1n0.net-20130612122147-oiw6k1l0dnqqy6ll
BamfMatcher: don't define has_tab_with_parent_xid if we don't have web-apps enabled

Show diffs side-by-side

added added

removed removed

Lines of Context:
2820
2820
  return TRUE;
2821
2821
}
2822
2822
 
 
2823
#ifdef HAVE_WEBAPPS
2823
2824
static gboolean
2824
2825
bamf_matcher_has_tab_with_parent_xid (BamfMatcher *matcher, guint64 xid)
2825
2826
{
2838
2839
  return FALSE;
2839
2840
}
2840
2841
 
2841
 
#ifdef HAVE_WEBAPPS
2842
2842
static void
2843
2843
on_webapp_child_added (BamfView *application,
2844
2844
                       BamfView *child,