Kaydet (Commit) 0f7db113 authored tarafından Thomas Martitz's avatar Thomas Martitz

document.c: Restore lost document_set_text_changed(doc, TRUE) call

It got lost by accident in 5117940f.
üst c8970e23
......@@ -3236,6 +3236,7 @@ static void monitor_reload_file(GeanyDocument *doc)
_("The file '%s' on the disk is more recent than the current buffer."),
base_name);
document_set_text_changed(doc, TRUE);
protect_document(doc);
doc->priv->info_bars[MSG_TYPE_RELOAD] = bar;
enable_key_intercept(doc, bar);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment