don't append "http" to addresses in the proxy address field

This commit is contained in:
Mitchell Livingston
2008-11-09 12:12:29 +00:00
parent 73eb503b4c
commit 00ab31b454
3 changed files with 7 additions and 19 deletions

View File

@@ -93,10 +93,10 @@
if (start)
visibleRect.origin.y += height;
for (NSInteger i = start ? 1 : 0; i<numberOfRects; i += 2)
for (NSInteger i = start ? 1 : 0; i < numberOfRects; i += 2)
{
NSRectFill(visibleRect);
visibleRect.origin.y += 2 * height;
visibleRect.origin.y += 2.0 * height;
}
[super highlightSelectionInClipRect: clipRect];