#2539 Nautilus crashes after taking a screenshot to clipboard
requested to merge dezelin/nautilus:#2539_Nautiluscrashesaftertakingascreenshottoclipboard into master
nautilus-file.c: Check the retrieved basename pointer
Function nautilus_file_get_internal() don't check if retrieved basename pointer is NULL before calling the function nautilus_file_new_from_filename() which asserts if its basename parameter is NULL.
Add that check.
Fixes #2539 (closed)
Edited by Aleksandar Dezelin