From 0b6f0dd36f5b4c02a444825c77cae02cc5066f34 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 6 Sep 2010 19:14:02 +0200 Subject: gui: status translation, core: added scheduler -> better account fetching UploadedTo + ShareonlineBiz account fix --- module/PullEvents.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'module/PullEvents.py') diff --git a/module/PullEvents.py b/module/PullEvents.py index bbb3f3e6b..16566cfae 100644 --- a/module/PullEvents.py +++ b/module/PullEvents.py @@ -109,3 +109,11 @@ class ReloadAllEvent(): def toList(self): return ["reload", self.destination] + +class AccountUpdateEvent(): + def toList(self): + return ["account"] + +class ConfigUpdateEvent(): + def toList(self): + return ["config"] -- cgit v1.2.3