else
cid=-1;
if (s->stype==SEARCH_TYPE_POI && cid==-1 && slen<2) {
+#ifdef WITH_HILDON
+ hildon_banner_show_information(s->dialog, NULL, _("Query string too short. Minimum 2 characters."));
+#else
popup_error(s->dialog, _("Query string too short. Minimum 2 characters."));
+#endif
return TRUE;
} else if (slen<2 && s->stype!=SEARCH_TYPE_POI) {
+#ifdef WITH_HILDON
+ hildon_banner_show_information(s->dialog, NULL, _("Query string too short. Minimum 2 characters."));
+#else
popup_error(s->dialog, _("Query string too short. Minimum 2 characters."));
+#endif
return TRUE;
}