Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 20 Aug 2017 00:16:21 UTC Commit: 3ffc5773a032e9a741792981cca6733143a11f8a https://github.com/geany/geany/commit/3ffc5773a032e9a741792981cca6733143a11f...
Log Message: ----------- Mark a local function static
Modified Paths: -------------- src/notebook.c
Modified: src/notebook.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -439,7 +439,7 @@ static gboolean has_tabs_on_right(GeanyDocument *doc) }
-void on_close_documents_right_activate(GtkMenuItem *menuitem, GeanyDocument *doc) +static void on_close_documents_right_activate(GtkMenuItem *menuitem, GeanyDocument *doc) { g_return_if_fail(has_tabs_on_right(doc)); GtkNotebook *nb = GTK_NOTEBOOK(main_widgets.notebook);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).