Fixed small issue with not counting inactivity correctly

This commit is contained in:
Jesse van den Kieboom 2009-02-06 22:55:11 +01:00
parent f5413d0f81
commit a32c26e97c

View file

@ -193,7 +193,8 @@ lane_container_next(LaneContainer *container, gint index)
container->lane = lane;
container->lane->from = g_slist_prepend(NULL, GINT_TO_POINTER((gint)(index)));
++container->inactive;
if (container->to)
++container->inactive;
}
static void