aboutsummaryrefslogtreecommitdiffstats
path: root/gg_map
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-12 19:48:16 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-12 19:48:16 +0100
commit03cfd1e63bdcac16455865e6f9c7820462573650 (patch)
tree8e734e38415f52d4555fd599c3655af4d5b1c72b /gg_map
parentfix connection timeout handling by really sending the corresponding gg_packet (diff)
downloadglouglou-03cfd1e63bdcac16455865e6f9c7820462573650.tar.xz
glouglou-03cfd1e63bdcac16455865e6f9c7820462573650.zip
set default egraph layout to EGRAPH_LAYOUT_FRUCHTERMANREINGOLD
Diffstat (limited to 'gg_map')
-rw-r--r--gg_map/gg_map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gg_map/gg_map.c b/gg_map/gg_map.c
index 6da39de..2cfa708 100644
--- a/gg_map/gg_map.c
+++ b/gg_map/gg_map.c
@@ -206,6 +206,7 @@ elm_main(int argc, char **argv)
elm_object_part_content_set(panes, "left", bt);
egraph = egraph_new(evas, 1);
+ egraph_layout_set(egraph, EGRAPH_LAYOUT_FRUCHTERMANREINGOLD); // XXX
if (!egraph)
goto quit;
evas_object_size_hint_weight_set(egraph, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);