Fix Ricerca Globale
This commit is contained in:
@@ -520,6 +520,7 @@ class SearchWindow(xbmcgui.WindowXML):
|
|||||||
elif action in [EXIT]:
|
elif action in [EXIT]:
|
||||||
self.Close()
|
self.Close()
|
||||||
close_action = True
|
close_action = True
|
||||||
|
xbmc.sleep(500)
|
||||||
|
|
||||||
def onClick(self, control_id):
|
def onClick(self, control_id):
|
||||||
global close_action
|
global close_action
|
||||||
@@ -699,7 +700,7 @@ class SearchWindow(xbmcgui.WindowXML):
|
|||||||
else:
|
else:
|
||||||
self.Focus(SEARCH)
|
self.Focus(SEARCH)
|
||||||
self.setFocusId(RESULTS)
|
self.setFocusId(RESULTS)
|
||||||
self.RESULTS.selectItem(self.eppos)
|
self.RESULTS.selectItem(self.epos)
|
||||||
elif self.EPISODES.isVisible():
|
elif self.EPISODES.isVisible():
|
||||||
self.episodes = []
|
self.episodes = []
|
||||||
self.Focus(SEARCH)
|
self.Focus(SEARCH)
|
||||||
@@ -718,6 +719,7 @@ class SearchWindow(xbmcgui.WindowXML):
|
|||||||
busy(False)
|
busy(False)
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
|
|
||||||
def context(self):
|
def context(self):
|
||||||
focus = self.getFocusId()
|
focus = self.getFocusId()
|
||||||
if focus == EPISODESLIST: # context on episode
|
if focus == EPISODESLIST: # context on episode
|
||||||
|
|||||||
Reference in New Issue
Block a user