Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't offer to join beyond maximum participants #355

Closed

Commits on Apr 30, 2014

  1. Don't offer to join beyond maximum participants

    This is patch checks to see how many participants are sharing an
    activity. If the maximum has been reached, then the Join palette menu
    item is not shown.
    
    This patch depends on two patches to sugar-toolkit-gtk3 (sugarlabs#138) that
    enable setting max_participants in activity.info and only impacts
    activities where that field has been set.
    
    Also, since we added caching of activity bundles in the toolkit, we
    take advantage of that caching in view/viewhelp.py,
    view/viewsource.py, and journal/misc.py to reduce file I/O.
    
    Replaces sugarlabs#339
    walterbender committed Apr 30, 2014
    Copy the full SHA
    abe48a4 View commit details
    Browse the repository at this point in the history