Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2012-02-09 23:46:57 +0400
committerMiguel de Icaza <miguel@gnome.org>2012-02-09 23:47:05 +0400
commitb9684d3067cdc917f8c5f7ccf83779c38a33d325 (patch)
tree91e4835941a5067d05bd931fb57d61b68767e5a5 /AppDelegate.cs
parent3e054ce3374c272336415c5d23cbcfc9fbde2001 (diff)
Allow nulls here, perhaps we need this in every one of the methods that take 'NSObject sender'
Diffstat (limited to 'AppDelegate.cs')
-rw-r--r--AppDelegate.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppDelegate.cs b/AppDelegate.cs
index 886b701..40a5762 100644
--- a/AppDelegate.cs
+++ b/AppDelegate.cs
@@ -56,7 +56,7 @@ namespace macdoc
HelpSource.use_css = true;
}
-
+
public override void FinishedLaunching (NSObject notification)
{
}