Reviewing merge request #3: Document Menu property
This branch documents the StatusNotifierItem Menu property and adds a note to the ContextMenu method explaining the Menu property should be considered the preferred way to get SNI menus.
Commits that would be merged:
Fetching commit diffs…

Showing
Showing 6d2e661-27466bc
How to apply this merge request to your repository
One way to merge in these changes is to pull them into a local
branch for review, verifying the changes and then merge to back
to master.
# Check out a new branch for integration
git checkout -b merge-requests/3
# Fetch the merge request into this branch
git pull \
git://gitorious.org/xdg-specs/xdg-specs.git \
refs/merge-requests/3
# Show the commits, assess they are okay
git log --pretty=oneline --abbrev-commit statusnotifier..merge-requests/3
# To apply the changes to your branch:
git checkout statusnotifier
git merge merge-requests/3
git push origin statusnotifier
Add a new comment:
Login or create an account to post a comment