--- trunk/src/main.c 2009/07/10 12:13:34 207 +++ trunk/src/main.c 2009/07/13 12:15:51 218 @@ -35,7 +35,7 @@ #include "banner.h" /* disable/enable main screen control dependant on presence of open project */ -static void main_ui_enable(appdata_t *appdata) { +void main_ui_enable(appdata_t *appdata) { gboolean project_valid = (appdata->project != NULL); gboolean osm_valid = (appdata->osm != NULL);