From 241a0f3fda85dd2c673c1457c676f2e7adf47341 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Sat, 19 May 2007 18:04:56 +0000 Subject: [PATCH] Fix a little bug in [1861]: now countdown starts immediately --- src/dialogs.py | 1 + 1 file changed, 1 insertion(+) 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: