Skip to content

Commit

Permalink
#228: oops, show the correct menu item
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10706 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 1, 2015
1 parent 618a2ed commit b6e7550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/darwin/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def window_focused(window, event):
item.set_submenu(submenu)
options.add(item)
opt.show_all()
mh.add_to_menu_bar(item)
mh.add_to_menu_bar(opt)
mh.menu_bar.show_all()
#add the application menus after that:
#ie: menu = {
Expand Down

0 comments on commit b6e7550

Please sign in to comment.