diff options
Diffstat (limited to 'src/anastasis/anastasis-gtk_handle-continent-selected.c')
-rw-r--r-- | src/anastasis/anastasis-gtk_handle-continent-selected.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/anastasis/anastasis-gtk_handle-continent-selected.c b/src/anastasis/anastasis-gtk_handle-continent-selected.c index 8122893..c958799 100644 --- a/src/anastasis/anastasis-gtk_handle-continent-selected.c +++ b/src/anastasis/anastasis-gtk_handle-continent-selected.c | |||
@@ -61,10 +61,9 @@ anastasis_gtk_continent_selection_changed_cb (GtkTreeSelection *treeselection, | |||
61 | &iter, | 61 | &iter, |
62 | AG_CMC_CONTINENT_NAME, &continent_name, | 62 | AG_CMC_CONTINENT_NAME, &continent_name, |
63 | -1); | 63 | -1); |
64 | arguments = json_pack ("{s:s}", | 64 | arguments = GNUNET_JSON_PACK ( |
65 | "continent", | 65 | GNUNET_JSON_pack_string ("continent", |
66 | continent_name); | 66 | continent_name)); |
67 | GNUNET_assert (NULL != arguments); | ||
68 | g_free (continent_name); | 67 | g_free (continent_name); |
69 | AG_freeze (); | 68 | AG_freeze (); |
70 | AG_ra = ANASTASIS_redux_action (AG_redux_state, | 69 | AG_ra = ANASTASIS_redux_action (AG_redux_state, |