diff --git a/examples/widgetapp/googlenews/google_news_datasource.e b/examples/widgetapp/googlenews/google_news_datasource.e index c0a72702..4b7d56df 100644 --- a/examples/widgetapp/googlenews/google_news_datasource.e +++ b/examples/widgetapp/googlenews/google_news_datasource.e @@ -27,7 +27,7 @@ feature --States Result.put_string (query, create {JSON_STRING}.make_json ("query")) end - set_state (new_state: WSF_JSON_OBJECT) + set_state (new_state: JSON_OBJECT) do Precursor (new_state) if attached {JSON_STRING} new_state.item (create {JSON_STRING}.make_json ("query")) as new_query then