Skip to content
  • Darin Adler's avatar
    Fixed bug 4057 (clicking the back button while opening a huge · d8d5d7bd
    Darin Adler authored
    	directory often crashes).
    
    	* libnautilus-extensions/nautilus-icon-container.c:
    	(nautilus_icon_container_for_each): The function was iterating
    	some icons twice. All the icons on the new_icons list are also on
    	the icons list.
    	(icon_destroy): Also be sure to remove the icon from the new_icons
    	list if it happens to be destroyed while still on that list.
    
    	* configure.in:
    	* Makefile.shared:
    	Got rid of the shared part of the code to generate .xml.h
    	files. It's no longer needed since the po directory takes care of
    	everything itself.
    
    	* components/loser/content/Makefile.am:
    	* components/loser/sidebar/Makefile.am:
    	* components/mozilla/Makefile.am:
    	* components/sample/Makefile.am:
    	* components/services/summary/nautilus-view/Makefile.am:
    	* libnautilus/Makefile.am:
    	* src/Makefile.am:
    	* src/file-manager/Makefile.am:
    	Got rid of the per-directory part of the code to generate .xml.h
    	files.
    
    	* components/loser/content/nautilus-content-lose...
    d8d5d7bd