Merge pull request #342 from ntrel/save-disk-check
Force disk check before save to prevent accidental overwriting
This commit is contained in:
commit
e69bbe25fd
@ -1937,10 +1937,9 @@ gboolean document_save_file(GeanyDocument *doc, gboolean force)
|
|||||||
_("Cannot save read-only document '%s'!"), DOC_FILENAME(doc));
|
_("Cannot save read-only document '%s'!"), DOC_FILENAME(doc));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
document_check_disk_status(doc, TRUE);
|
||||||
if (doc->priv->protected)
|
if (doc->priv->protected)
|
||||||
{
|
|
||||||
return save_file_handle_infobars(doc, force);
|
return save_file_handle_infobars(doc, force);
|
||||||
}
|
|
||||||
|
|
||||||
fp = project_get_file_prefs();
|
fp = project_get_file_prefs();
|
||||||
/* replaces tabs with spaces but only if the current file is not a Makefile */
|
/* replaces tabs with spaces but only if the current file is not a Makefile */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user