From 8e7115ef308acb539a51eace1336c22390ebdf39 Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 25 Apr 2014 18:56:18 +0100 Subject: [PATCH] Remove timestamp for rel config notification --- syncplay/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/client.py b/syncplay/client.py index 3c75021..1b42e94 100644 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -90,7 +90,7 @@ class SyncplayClient(object): self._warnings = self._WarningManager(self._player, self.userlist, self.ui) if constants.LIST_RELATIVE_CONFIGS and self._config.has_key('loadedRelativePaths') and self._config['loadedRelativePaths']: - self.ui.showMessage(getMessage("en", "relative-config-notification").format("; ".join(self._config['loadedRelativePaths'])), True) + self.ui.showMessage(getMessage("en", "relative-config-notification").format("; ".join(self._config['loadedRelativePaths'])), noPlayer=True, noTimestamp=True) def initProtocol(self, protocol): self._protocol = protocol