Make stash_group static (patch by Dimitar Zhekov, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5093 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
67537a9918
commit
132a053c0d
@ -988,7 +988,7 @@ static void documents_menu_update(GtkTreeSelection *selection)
|
||||
}
|
||||
|
||||
|
||||
StashGroup *stash_group = NULL;
|
||||
static StashGroup *stash_group = NULL;
|
||||
|
||||
static void on_load_settings(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user