no need for thatl ocal var
This commit is contained in:
		
							parent
							
								
									bfd50145c6
								
							
						
					
					
						commit
						4853ec6a23
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -327,7 +327,7 @@ class HistoryWindow: | |||
| 		for row in results: | ||||
| 			local_time = time.localtime(row[1]) | ||||
| 			tim = time.strftime('%x', local_time) | ||||
| 			iter = model.append((row[0], tim, row[4])) | ||||
| 			model.append((row[0], tim, row[4])) | ||||
| 			 | ||||
| 	def on_results_treeview_row_activated(self, widget, path, column): | ||||
| 		'''a row was double clicked, get date from row, and select it in calendar | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue