Skip to content
  • Darin Adler's avatar
    Bonobo objects own themselves, so we should not do a ref/sink on them. · b1943a3c
    Darin Adler authored
    	* libnautilus-extensions/nautilus-undo-context.c:
    	(nautilus_undo_context_new): Bonobo objects own themselves, so we
    	should not do a ref/sink on them.
    	* libnautilus-extensions/nautilus-undo-manager.c:
    	(nautilus_undo_manager_new): Bonobo objects own themselves, so we
    	should not do a ref/sink on them.
    	* src/nautilus-application.c: (nautilus_application_initialize):
    	Move global preferences initialization to main with other
    	initialize calls.
    	(nautilus_application_new): Bonobo objects own themselves, so we
    	should not do a ref/sink on them.
    	(nautilus_application_destroy): Unref the undo manager to fix a
    	leak.
    	* src/nautilus-main.c: (main): Move global preferences
    	initialization to main with other initialize calls.
    
    	* nautilus.spec.in: Added "-k" to build commands so we get more
    	information about what failed when failing to build via
    	RPM. Failures are still failures, we just see more of what's
    	failing.
    
    	* components/help/co...
    b1943a3c