示例#1
0
 def reset_confirmation_dialogs(self, *args):
     for key in dynamic.keys():
         if key.endswith('_again') and dynamic[key] is False:
             dynamic[key] = True
     gprefs['questions_to_auto_skip'] = []
     info_dialog(self, _('Done'),
             _('Confirmation dialogs have all been reset'), show=True)
示例#2
0
 def reset_confirmation_dialogs(self, *args):
     for key in dynamic.keys():
         if key.endswith('_again') and dynamic[key] is False:
             dynamic[key] = True
     gprefs['questions_to_auto_skip'] = []
     info_dialog(self, _('Done'),
             _('Confirmation dialogs have all been reset'), show=True)
示例#3
0
 def reset_dialogs(self):
     for key in dynamic.keys():
         if key.startswith('find_duplicates_') and key.endswith('_again') \
                                               and dynamic[key] is False:
             dynamic[key] = True
     info_dialog(self, _('Done'),
             _('Confirmation dialogs have all been reset'), show=True)
示例#4
0
 def reset_dialogs(self):
     for key in dynamic.keys():
         if key.startswith('epubsplit_') and key.endswith('_again') \
                                               and dynamic[key] is False:
             dynamic[key] = True
     info_dialog(self, _('Done'),
                 _('Confirmation dialogs have all been reset'),
                 show=True,
                 show_copy_button=False)
示例#5
0
 def reset_dialogs(self):
     for key in dynamic.keys():
         if key.startswith('epubmerge_') and key.endswith('_again') \
                                               and dynamic[key] is False:
             dynamic[key] = True
     info_dialog(self, _('Done'),
                 _('Confirmation dialogs have all been reset'),
                 show=True,
                 show_copy_button=False)