refresh after import from epg
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Thu, 1 Oct 2009 19:59:00 +0000 (19:59 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Thu, 1 Oct 2009 19:59:00 +0000 (19:59 +0000)
autotimer/src/AutoTimerOverview.py

index e46b9a5..35ccad5 100644 (file)
@@ -251,7 +251,8 @@ class AutoTimerOverview(Screen, HelpableScreen):
                                        newTimer
                                )
                        elif ret == "import_epg":
-                               self.session.open(
+                               self.session.openWithCallback(
+                                       self.refresh,
                                        AutoTimerChannelSelection,
                                        self.autotimer
                                )