Skip to content
  • Darin Adler's avatar
    Another cut on the desktop. Way closer. · 91fc8d21
    Darin Adler authored
    	* libnautilus-extensions/Makefile.am:
    	* libnautilus-extensions/nautilus-generous-bin.h:
    	* libnautilus-extensions/nautilus-generous-bin.c:
    	Added a new class NautilusGenerousBin. This is a GtkBin
    	subclass that gives its entire allocation to its child.
    	Used both in the widgetry for desktop windows and as a
    	base class for NautilusViewFrame for now.
    
    	* libnautilus-extensions/nautilus-gnome-extensions.c:
    	(turn_on_line_wrap_flag), (turn_on_line_wrap_flag_callback):
    	Changed to use gtk_container_foreach instead of the old
    	gtk_container_children, since I now understand that the
    	latter is just a convenience cover for the former.
    
    	* src/Makefile.am:
    	* src/nautilus-window-state.c: [removed]
    	* src/nautilus-window-state.h: [removed]
    	The only function in here was a wonky one that did goto_uri
    	of go_home depending on the parameter. Changed the callers
    	and things got clearer anyway.
    
    	* src/nautilus-application.h:
    	* src/nautilus-application.c: (display_caveat),
    	(...
    91fc8d21