xingplus / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

[PATCH] Icon placement behavior #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch changes the icon placement in the menubar to behave as all other 
apps do and adds 
ability to revert to old right side placement behavior via a defaults setting.

To set icon on the right run in Terminal.app:
defaults write com.openvpn.tunnelblick menuIconOnRight -bool TRUE

To revert:
defaults delete com.openvpn.tunnelblick menuIconOnRight

Patch also resolves the 'may not respond to' errors in the createStatusItem 
method and localized 
formatting cleanup.

Original issue reported on code.google.com by batman...@gmail.com on 27 Aug 2008 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
Closing this and marking it "Fixed" because icon placement is now a preference.

Original comment by jkbull...@gmail.com on 3 Nov 2009 at 2:50