[geany/geany] 0f7db1: document.c: Restore lost document_set_text_changed(doc, TRUE) call

Thomas Martitz git-noreply at xxxxx
Sun Jun 29 09:38:02 UTC 2014


Branch:      refs/heads/master
Author:      Thomas Martitz <kugel at rockbox.org>
Committer:   Thomas Martitz <kugel at rockbox.org>
Date:        Sun, 29 Jun 2014 09:38:02 UTC
Commit:      0f7db113e7da5b15957754388af74992d738b100
             https://github.com/geany/geany/commit/0f7db113e7da5b15957754388af74992d738b100

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).


More information about the Commits mailing list