~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to modules/mail/e-mail-shell-backend.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-05-30 14:08:05 UTC
  • mfrom: (1.1.79 upstream)
  • Revision ID: james.westby@ubuntu.com-20110530140805-nhlx5os5z2ru31vy
Tags: 3.0.2-0ubuntu1
New upstream release 3.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
        }
418
418
 
419
419
        if (E_IS_MSG_COMPOSER (window)) {
 
420
                /* Start the mail backend if it isn't already.  This
 
421
                 * may be necessary when opening a new composer window
 
422
                 * from a shell view other than mail. */
 
423
                e_shell_backend_start (shell_backend);
 
424
 
420
425
                /* Integrate the new composer into the mail module. */
421
426
                em_configure_new_composer (E_MSG_COMPOSER (window));
422
427
                return;