Revision: 5093 http://geany.svn.sourceforge.net/geany/?rev=5093&view=rev Author: ntrel Date: 2010-07-07 11:50:16 +0000 (Wed, 07 Jul 2010)
Log Message: ----------- Make stash_group static (patch by Dimitar Zhekov, thanks).
Modified Paths: -------------- trunk/src/sidebar.c
Modified: trunk/src/sidebar.c =================================================================== --- trunk/src/sidebar.c 2010-07-06 14:20:12 UTC (rev 5092) +++ trunk/src/sidebar.c 2010-07-07 11:50:16 UTC (rev 5093) @@ -988,7 +988,7 @@ }
-StashGroup *stash_group = NULL; +static StashGroup *stash_group = NULL;
static void on_load_settings(void) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.