diff --git a/src/dialogs.py b/src/dialogs.py index 1d8b34466..6bced8a71 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -372,6 +372,7 @@ class ChangeStatusMessageDialog: '''Wait for OK or Cancel button to be pressed and return status messsage (None if users pressed Cancel or x button of WM''' if self.countdown_time > 0: + self.countdown() gobject.timeout_add(1000, self.countdown) rep = self.window.run() if rep == gtk.RESPONSE_OK: