From 3a19322f366b34971ecf42450eaa865f3b361990 Mon Sep 17 00:00:00 2001 From: emijrp Date: Mon, 5 Mar 2012 10:48:14 +0000 Subject: [PATCH] fixing callback function git-svn-id: https://wikiteam.googlecode.com/svn/trunk@393 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95 --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index 9fa0d06..f870eab 100644 --- a/gui.py +++ b/gui.py @@ -365,7 +365,7 @@ class App: self.msg(msg='OK. Loaded available dumps!') def callback(self): - self.setStatus("Feature not implemented for the moment. Contributions are welcome.") + self.msg("Feature not implemented for the moment. Contributions are welcome.") def askclose(): if tkMessageBox.askokcancel("Quit", "Do you really wish to exit?"):