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.)
	  
	- 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.
	  
	- Audits doesn't work correctly with xmame-0.68.1, use the 0.67 or 0.69
	
