tunblick/MenuController.m

changeset 8
07bbe272a9be
parent 7
0c0e4024a98e
     1.1 --- a/tunblick/MenuController.m	Wed Jul 29 11:52:41 2009 +0200
     1.2 +++ b/tunblick/MenuController.m	Wed Jul 29 11:57:40 2009 +0200
     1.3 @@ -53,7 +53,7 @@
     1.4  	}
     1.5  	
     1.6  	if (!theItem) {
     1.7 -		theItem = [[bar _statusItemWithLength: NSVariableStatusItemLength withPriority: priority] retain];
     1.8 +		theItem = [[bar statusItemWithLength: NSVariableStatusItemLength] retain];
     1.9  		//theItem = [[bar _statusItemWithLength: NSVariableStatusItemLength withPriority: 0] retain];
    1.10  	}
    1.11  	// Dirk: For Tiger and up, re-insert item to place it correctly.

mercurial