~ubuntu-branches/ubuntu/karmic/arora/karmic

« back to all changes in this revision

Viewing changes to src/webactionmapper.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-10-05 12:44:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005124410-upkpwpiq4pwihapj
Tags: 0.10.1-0ubuntu1
New release

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        return;
135
135
    }
136
136
    QAction *source = m_currentParent->action(m_webAction);
 
137
    if (!source)
 
138
        return;
137
139
    m_root->setChecked(source->isChecked());
138
140
    m_root->setEnabled(source->isEnabled());
139
141
    connect(m_currentParent, SIGNAL(destroyed(QObject *)),