decode filename only once
This commit is contained in:
		
							parent
							
								
									af424d5bb9
								
							
						
					
					
						commit
						7a723b51ee
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -160,8 +160,6 @@ class VcardWindow:
 | 
				
			||||||
	def on_set_avatar_button_clicked(self, widget):
 | 
						def on_set_avatar_button_clicked(self, widget):
 | 
				
			||||||
		f = None
 | 
							f = None
 | 
				
			||||||
		def on_ok(widget, path_to_file):
 | 
							def on_ok(widget, path_to_file):
 | 
				
			||||||
			path_to_file = gtkgui_helpers.decode_filechooser_file_paths(
 | 
					 | 
				
			||||||
				(path_to_file,))[0]
 | 
					 | 
				
			||||||
			filesize = os.path.getsize(path_to_file) # in bytes
 | 
								filesize = os.path.getsize(path_to_file) # in bytes
 | 
				
			||||||
			if filesize > 16384: # 16 kb
 | 
								if filesize > 16384: # 16 kb
 | 
				
			||||||
				try:
 | 
									try:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue