From 9b30a400f21ae3cb692218fdb20f0e4ac0758775 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Mon, 6 Jun 2011 11:04:56 -0400 Subject: [PATCH] FIXED - Woooops... --- DDWRT_MonitorAppDelegate.h | 1 + DDWRT_MonitorAppDelegate.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DDWRT_MonitorAppDelegate.h b/DDWRT_MonitorAppDelegate.h index 813f099..82c1b5d 100644 --- a/DDWRT_MonitorAppDelegate.h +++ b/DDWRT_MonitorAppDelegate.h @@ -90,6 +90,7 @@ - (void) terminate:(id)sender; - (void) initialize; - (void) deinitialize; +- (IBAction) showBandwidthViewer:(id)sender; # pragma mark Menu Methods: - (void) showMenubar; diff --git a/DDWRT_MonitorAppDelegate.m b/DDWRT_MonitorAppDelegate.m index 2dd51d9..4d5fed3 100644 --- a/DDWRT_MonitorAppDelegate.m +++ b/DDWRT_MonitorAppDelegate.m @@ -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]] ];