mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	Fix #1313567 [Editor save button greyed out after failed save](https://bugs.launchpad.net/calibre/+bug/1313567)
This commit is contained in:
		
							parent
							
								
									4ef845f592
								
							
						
					
					
						commit
						4f55ec153b
					
				@ -830,6 +830,7 @@ class Boss(QObject):
 | 
			
		||||
        if self.doing_terminal_save:
 | 
			
		||||
            prints(tb, file=sys.stderr)
 | 
			
		||||
            return
 | 
			
		||||
        self.gui.action_save.setEnabled(True)
 | 
			
		||||
        error_dialog(self.gui, _('Could not save'),
 | 
			
		||||
                     _('Saving of the book failed. Click "Show Details"'
 | 
			
		||||
                       ' for more information. You can try to save a copy'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user