~daker/webbrowser-app/fix.1248728

« back to all changes in this revision

Viewing changes to src/app/webbrowser-app.cpp

  • Committer: Bill Filler
  • Date: 2013-10-11 00:52:48 UTC
  • mfrom: (377.4.2 fix1237548)
  • Revision ID: bill.filler@canonical.com-20131011005248-6aac9qaike97u188
Fix 1237548: webapps shouldn't expose a org.freedesktop.Application interface on DBUS

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    browser->setProperty("webapp", m_arguments->webapp());
137
137
    browser->setProperty("webappName", m_arguments->webappName());
138
138
 
 
139
    if ( ! m_arguments->webapp())
 
140
    {
 
141
        browser->setProperty("enableUriHandling", true);
 
142
    }
 
143
 
139
144
    CommandLineParser::ChromeElementFlags chromeFlags = m_arguments->chromeFlags();
140
145
    if (chromeFlags != 0)
141
146
    {