1
0
Fork 0

FIXED - Woooops...

master
Matthieu Lalonde 13 years ago
parent 18dedc122f
commit 9b30a400f2

@ -90,6 +90,7 @@
- (void) terminate:(id)sender;
- (void) initialize;
- (void) deinitialize;
- (IBAction) showBandwidthViewer:(id)sender;
# pragma mark Menu Methods:
- (void) showMenubar;

@ -73,7 +73,7 @@
wrt_request_client = nil;
}
- (void) showBandwidthViewer:(id)sender
- (IBAction) showBandwidthViewer:(id)sender
{
[ [BandwidthViewerWebView mainFrame] loadRequest: [wrt_update_client requestForBandwidthViewerForInterface:[wrt_update_client getWanPort]] ];

Loading…
Cancel
Save