~ubuntu-branches/ubuntu/lucid/mythplugins/lucid

« back to all changes in this revision

Viewing changes to mythnews/mythnews/mythnews.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Nicholas J Kreucher
  • Date: 2010-02-14 19:24:14 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100214192414-h7t0blb0y32pep33
Tags: 0.22.0+fixes23527-0ubuntu1
* New snapshot (r23527)
* debian/control:
  - Recommends for python-imaging (LP: #500313)
* debian/mythweb.postinst:
  - Check that a 'default' site is available before attempting to
    make a new one. (LP: #462405)
  - Check that the new site to enable exists before enabling.
* debian/mythvideo.cron.*:
  - Redirect all output on stderr into the log file too (LP: #487880)
  - Check that a frontend is installed to determine if this job should
    be ran. (LP: #507436)
* debian/mythvideo.logrotate:
  - Supply a logrotate script for jamu.

[ Nicholas J Kreucher ]
* debian/mythvideo.cron.*:
  - Use getent instead of grep /etc/passwd (LP: #511858)

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
            }
323
323
            else
324
324
            {
 
325
                if (m_thumbnailImage)
 
326
                    m_thumbnailImage->Hide();
 
327
 
325
328
                if (!site->imageURL().isEmpty())
326
329
                {
327
330
                    QString fileprefix = GetConfDir();