rm the fixme
This commit is contained in:
		
							parent
							
								
									cc9a147dc0
								
							
						
					
					
						commit
						b7edb82028
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -564,10 +564,10 @@ class RosterWindow:
 | 
			
		|||
		gajim.connections[account].send_motd(server)
 | 
			
		||||
 | 
			
		||||
	def on_history_manager_menuitem_activate(self, widget):
 | 
			
		||||
		if os.name == 'nt': # FIXME: test it actually works..
 | 
			
		||||
			if os.path.exists('history_manager.exe'): # he's running stable
 | 
			
		||||
		if os.name == 'nt':
 | 
			
		||||
			if os.path.exists('history_manager.exe'): # user is running stable
 | 
			
		||||
				os.startfile('history_manager.exe')
 | 
			
		||||
			else: # he is svn user
 | 
			
		||||
			else: # user is running svn
 | 
			
		||||
				try:
 | 
			
		||||
					os.startfile('history_manager.py')
 | 
			
		||||
				except: # user doesn't have pywin32, too bad for him
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue