From bbcf9bac1ec3511e10968222354c9e012f6391c1 Mon Sep 17 00:00:00 2001 From: Etoh Date: Wed, 26 Mar 2014 01:38:43 +0000 Subject: [PATCH] Use ShowErrorMessage for invalid offset value --- syncplay/ui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index e04918f..7aea0ee 100644 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -211,7 +211,7 @@ class MainWindow(QtGui.QMainWindow): t = self._syncplayClient.getUserOffset() + sign * t self._syncplayClient.setUserOffset(t) else: - self.showMessage("Invalid offset value", True) + self.showErrorMessage("Invalid offset value") def openUserGuide(self): if sys.platform.startswith('linux'):