diff --git a/lib/common.c b/lib/common.c index a8c543ba91c731f7ae36c552f836fd4994430570..a097e75278bf48f5faec93dd7bdf687b7edaf9f4 100644 --- a/lib/common.c +++ b/lib/common.c @@ -189,7 +189,7 @@ static gboolean start_web_query(DictData *dd, const gchar *word) } default: base = dd->web_url; } - +#if 0 /* for some reason this isn't necessary anymore */ if (use_leo) { /* convert the text into ISO-8869-15 because dict.leo.org expects it ;-( */ @@ -201,6 +201,7 @@ static gboolean start_web_query(DictData *dd, const gchar *word) dd->searched_word = tmp; } } +#endif uri = str_replace(g_strdup(base), "{word}", dd->searched_word); if (! dict_open_browser(dd, uri)) {