]> err.no Git - mapper/commitdiff
Enable the Place search option
authorKaj-Michael Lang <milang@tal.org>
Mon, 18 Feb 2008 18:33:23 +0000 (20:33 +0200)
committerKaj-Michael Lang <milang@tal.org>
Mon, 18 Feb 2008 18:33:23 +0000 (20:33 +0200)
src/search.c

index a03d17a021ccf12fbdf2571a54140520a6353539..a1589e260723cd4ef3d0212f49aec1b375caa0b8 100644 (file)
@@ -251,9 +251,7 @@ gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
 sd.cmb_type=gtk_combo_box_new_text();
 gtk_combo_box_append_text(GTK_COMBO_BOX(sd.cmb_type), "POI");
 gtk_combo_box_append_text(GTK_COMBO_BOX(sd.cmb_type), "Street");
-#if 0
 gtk_combo_box_append_text(GTK_COMBO_BOX(sd.cmb_type), "Place");
-#endif
 gtk_box_pack_start(GTK_BOX(hbox), sd.cmb_type, FALSE, FALSE, 0);
 
 sd.cmb_category = category_combo_new();