Branch: refs/heads/master Author: Thomas Martitz kugel@rockbox.org Committer: Thomas Martitz kugel@rockbox.org Date: Sun, 29 Jun 2014 09:38:02 UTC Commit: 0f7db113e7da5b15957754388af74992d738b100 https://github.com/geany/geany/commit/0f7db113e7da5b15957754388af74992d738b1...
Log Message: ----------- document.c: Restore lost document_set_text_changed(doc, TRUE) call
It got lost by accident in 5117940.
Modified Paths: -------------- src/document.c
Modified: src/document.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -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);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).