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:
Nick Treleaven 2010-07-07 11:50:16 +00:00
parent 67537a9918
commit 132a053c0d

View File

@ -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)
{