Changeset 733:e1da02e929ed


Ignore:
Timestamp:
12/11/15 18:55:21 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Children:
734:fdad27df77c2, 750:bc9529a74a65
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Tags:
version_0.37
Message:

The update URL is effective again (re #272)

Location:
src/mlx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/config.py

    r689 r733  
    211211class Config(object):
    212212    """Our configuration."""
    213     DEFAULT_UPDATE_URL = "http://mlx.varadiistvan.hu/update/cef"
     213    DEFAULT_UPDATE_URL = "http://mlx.varadiistvan.hu/update"
    214214
    215215    _messageTypesSection = "messageTypes"
  • src/mlx/gui/gui.py

    r687 r733  
    439439            self._updater = Updater(self,
    440440                                    self._programDirectory,
    441                                     self.config.DEFAULT_UPDATE_URL,
     441                                    self.config.updateURL,
    442442                                    self._mainWindow)
    443443            self._updater.start()
Note: See TracChangeset for help on using the changeset viewer.