Changeset ec56ea


Ignore:
Timestamp:
01/17/2014 01:37:07 PM (12 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
da6d0b
Parents:
624f2f
git-author:
Calum Lind <calumlind+deluge@gmail.com> (01/17/2014 01:37:05 PM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (01/17/2014 01:37:07 PM)
Message:

Put setup_translation back into start_daemon

A 3rd party plugin broke because using _() in core files so reverting
to prevent issues and may also be useful in future for translating
the help text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/main.py

    r624f2f rec56ea  
    141141def start_daemon():
    142142    """Entry point for daemon script"""
     143    deluge.common.setup_translations()
    143144
    144145    if 'dev' not in deluge.common.get_version():
Note: See TracChangeset for help on using the changeset viewer.