[geany/geany] 5539c3: Update status bar after clicking detect indent type menu item

Nick Treleaven git-noreply at xxxxx
Wed Apr 12 08:05:56 UTC 2017


Branch:      refs/heads/master
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <n at trelsoft.com>
Date:        Wed, 12 Apr 2017 08:05:56 UTC
Commit:      5539c3f908f9957ac2a181e38b3d10e392a0e551
             https://github.com/geany/geany/commit/5539c3f908f9957ac2a181e38b3d10e392a0e551

Log Message:
-----------
Update status bar after clicking detect indent type menu item


Modified Paths:
--------------
    src/callbacks.c

Modified: src/callbacks.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -1912,6 +1912,7 @@ static void on_detect_type_from_file_activate(GtkMenuItem *menuitem, gpointer us
 	{
 		editor_set_indent_type(doc->editor, type);
 		ui_document_show_hide(doc);
+		ui_update_statusbar(doc, -1);
 	}
 }
 



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