Skip to content
  • Darin Adler's avatar
    Another field needed to be initialized to 0, so I used g_new0. · f8c0f0a9
    Darin Adler authored
    	* libnautilus-extensions/nautilus-stock-dialogs.c:
    	(nautilus_timed_wait_start): Another field needed to be
    	initialized to 0, so I used g_new0.
    
    	* src/file-manager/fm-desktop-icon-view.c:
    	(fm_desktop_icon_view_create_background_context_menu_items):
    	Call nautilus_application_close_desktop directly instead of
    	doing it through FMDirectoryView.
    
    	* src/file-manager/fm-directory-view.c:
    	(fm_directory_view_get_uri),
    	(fm_directory_view_can_accept_item): g_return_val_if_fail
    	is better than g_assert for parameter checking on public
    	calls.
    	(fm_directory_view_get_context_menu_index): Menu paths are
    	hard-coded strings, so use strcmp, not g_strcasecmp.
    
    	* src/file-manager/fm-directory-view.h:
    	* src/file-manager/fm-directory-view.c:
    	Get rid of the FMDirectoryView cover for turning off
    	Nautilus's desktop management. Callers can just use the
    	NautilusApplication call directly.
    f8c0f0a9