From d3299f8e06d3a11606dc008b8215719f22fc4dae Mon Sep 17 00:00:00 2001 From: YNH Webdev Date: Sat, 28 Sep 2013 09:49:53 +0200 Subject: [PATCH] Fix news datasource --- examples/widgetapp/googlenews/google_news_datasource.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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