mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
use a context menu here
This commit is contained in:
parent
cb2bb8a237
commit
e950400222
@ -188,7 +188,7 @@ class AdvancedBackupEditor:
|
|||||||
self.dialog.ok(utils.getString(30117), utils.getString(30138),newSet['name'])
|
self.dialog.ok(utils.getString(30117), utils.getString(30138),newSet['name'])
|
||||||
else:
|
else:
|
||||||
#bring up a context menu
|
#bring up a context menu
|
||||||
menuOption = self.dialog.select(heading=utils.getString(30124),list=[utils.getString(30122),utils.getString(30123)],preselect=0)
|
menuOption = self.dialog.contextmenu([utils.getString(30122),utils.getString(30123)])
|
||||||
|
|
||||||
if(menuOption == 0):
|
if(menuOption == 0):
|
||||||
#get the set
|
#get the set
|
||||||
|
Loading…
Reference in New Issue
Block a user