X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=StatusFrame.py;h=7fc80836aab8ce0339054718e219157fe40b70d6;hp=37f7bbf30bae3f51dbaf84c4427dcdd840b27dba;hb=HEAD;hpb=f2698c930f26434a100e0b4c1e4f39291b55b4f9 diff --git a/StatusFrame.py b/StatusFrame.py index 37f7bbf..7fc8083 100644 --- a/StatusFrame.py +++ b/StatusFrame.py @@ -19,7 +19,7 @@ class StatusFrame (gtk.Frame): def fillConfiguration(self, conf): raise NotImplemented() - def updateValues(self, pos): + def updateValues(self, status, param): raise NotImplemented()