aboutsummaryrefslogtreecommitdiffstats
path: root/gg_map/gg_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'gg_map/gg_map.c')
-rw-r--r--gg_map/gg_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg_map/gg_map.c b/gg_map/gg_map.c
index a246b8b..13c68c0 100644
--- a/gg_map/gg_map.c
+++ b/gg_map/gg_map.c
@@ -436,7 +436,7 @@ elm_main(int argc, char **argv)
_ggnet = ggnet_new(GGNET_MANAGE_CONNID_FALSE);
if (!_ggnet)
goto quit;
- ggnet_grouping_set(_ggnet, GGNET_GROUPING_TRUE,
+ ggnet_set_grouping(_ggnet, GGNET_GROUPING_TRUE,
_cb_ggnet_addgroup, _cb_ggnet_delgroup);
_ev_base = event_base_new();