Known Bugs
	- during the audit, the gui seems to freeze, 10 or 20 seconds later, it
	  will be updated, that will continue until the end of the audit.
	  (Update to xmame >=0.61.)
	  
	- If user close the audit window during the audit, the audit continue
	  and print lot of warning in the terminal.
	  its due to the fact that when user clic on the close button,
	  the window is closed even if I have not connected the delete event
	  (at least since I installed the Mdk 8.2)

	- sometime, after the gamelist is loaded, when I do a 
	      while (gtk_events_pending())
		gtk_main_iteration();
	  loop, (to refresh the size of the GTKCList) 
	  and  display the details view, I've got a segfault
	  then to prevent another segfault I must wait a moment before 
	  restarting GXMame again or set the position of the window to 0,0 
	  in GXMame.ini or to disply the small icon view 
	  (ListMode=1 in gxmame.ini)
	  
	- if user open and close alternatively the snapshot and folders 
	  panels, they ll lose their original positions
	  
	- when user open and close GXMame without changing its position, 
	  GXMame will move each time (at least under KDE and Enlightment) 
	  with an offset of the size of decoration.
	  
	- When rebuilding game list, the memory allocated for the glist is not 
	  free
	
	- Audits doesn't work correctly with xmame-0.68.1, use the 0.67 or 0.69
	
