Skip to content

Commit

Permalink
#409: remove sound menu for now: it has state synchronization problem…
Browse files Browse the repository at this point in the history
…s and stop/start is problematic on osx

git-svn-id: https://xpra.org/svn/Xpra/trunk@4132 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 9, 2013
1 parent 0dd55a3 commit 35c1563
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/xpra/platform/darwin/osx_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ def add_full_menu(self):
features_menu.add(self.make_bellmenuitem())
features_menu.add(self.make_cursorsmenuitem())
features_menu.add(self.make_notificationsmenuitem())
sound_menu = self.make_osxmenu("Sound")
if self.client.speaker_allowed and len(self.client.speaker_codecs)>0:
sound_menu.add(self.make_speakermenuitem())
if self.client.microphone_allowed and len(self.client.microphone_codecs)>0:
sound_menu.add(self.make_microphonemenuitem())
#sound_menu = self.make_osxmenu("Sound")
#if self.client.speaker_allowed and len(self.client.speaker_codecs)>0:
# sound_menu.add(self.make_speakermenuitem())
#if self.client.microphone_allowed and len(self.client.microphone_codecs)>0:
# sound_menu.add(self.make_microphonemenuitem())
actions_menu = self.make_osxmenu("Actions")
actions_menu.add(self.make_refreshmenuitem())
actions_menu.add(self.make_raisewindowsmenuitem())
Expand Down

0 comments on commit 35c1563

Please sign in to comment.