static PangoFontDescription *fontdesc = NULL;
static GdkGC *poi_gc;
+static gchar *theme="square";
+
gboolean
map_poi_init(GtkWidget *map_widget)
{
if (icon==NULL)
return NULL;
-g_snprintf(buffer, sizeof(buffer), DATADIR "/map-icons/classic.%s/%s.png",
- (_zoom<2) ? "big" : "small", icon);
+g_snprintf(buffer, sizeof(buffer), DATADIR "/map-icons/%s.%s/%s.png",
+ theme, (_zoom<2) ? "big" : "small", icon);
pixbuf = g_hash_table_lookup(poi_icon_hash, buffer);
if (pixbuf)