Merge pull request #26 from GtkSharp/revert-25-fixnull

Revert "Fix a null reference exception"
This commit is contained in:
Harry 2018-03-01 17:02:36 +01:00 committed by GitHub
commit 4964efafdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -45,9 +45,6 @@ namespace GLib {
public bool Handler ()
{
try {
if (real_handler == null)
return false;
TimeoutHandler timeout_handler = (TimeoutHandler) real_handler;
bool cont = timeout_handler ();

View File

@ -6,7 +6,7 @@
// VARS
Settings.Cake = Context;
Settings.Version = "0.0.0.7";
Settings.Version = "3.22.24.30";
Settings.BuildTarget = Argument("BuildTarget", "Default");
Settings.Assembly = Argument("Assembly", "");