diff -r 0c0e4024a98e -r 07bbe272a9be tunblick/MenuController.m --- a/tunblick/MenuController.m Wed Jul 29 11:52:41 2009 +0200 +++ b/tunblick/MenuController.m Wed Jul 29 11:57:40 2009 +0200 @@ -53,7 +53,7 @@ } if (!theItem) { - theItem = [[bar _statusItemWithLength: NSVariableStatusItemLength withPriority: priority] retain]; + theItem = [[bar statusItemWithLength: NSVariableStatusItemLength] retain]; //theItem = [[bar _statusItemWithLength: NSVariableStatusItemLength withPriority: 0] retain]; } // Dirk: For Tiger and up, re-insert item to place it correctly.