~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugin/rkcomponentmap.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2009-10-26 14:30:00 UTC
  • mfrom: (1.1.13 upstream) (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091026143000-wzwt6cryjnwce23k
Tags: 0.5.2-1
* new upstream release
  closes: #551306 (added support for the new dynamic help system)
* Add "DM-Upload-Allowed: yes" in control
* bump standards version to 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
                // (yet on windows, the PHP backend is *real* slow. We give it a bit longer as long as we still use it...
276
276
                bool submit_ok = component->submit (50000, in_chain);
277
277
#endif
278
 
                if (submit_ok || (submit_mode == AutoSubmitOrFail)) component->close ();
279
278
                if (!submit_ok) {
 
279
                        if (submit_mode == AutoSubmitOrFail) {
 
280
                                component->kill ();
 
281
                        }
 
282
 
280
283
                        _message.append (i18n ("\nThe plugin could not be auto-submitted with these settings."));
281
284
                        if (message) *message = _message;
282
285
                        else KMessageBox::sorry (RKWardMainWindow::getMain (), _message, i18n ("Could not submit"));